laravel-angular2
laravel-angular2 copied to clipboard
I get an error running "npm start"
Hi, thanks for the repository configured.
He cloned and update the laravel to version 5.4, later execute the following: composer update npm install npm start
And I get the following error messages:
vagrant@homestead:~/Code/laravel-angular2$ npm start
> [email protected] start /home/vagrant/Code/laravel-angular2
> tsc && concurrently "npm run tsc:w" "npm run lite"
vendor/symfony/translation/Tests/fixtures/resources.ts(1,2): error TS1110: Type expected.
vendor/symfony/translation/Tests/fixtures/resources.ts(1,7): error TS1005: ':' expected.
vendor/symfony/translation/Tests/fixtures/resources.ts(1,21): error TS1005: ';' expected.
vendor/symfony/translation/Tests/fixtures/resources.ts(1,38): error TS1109: Expression expected.
vendor/symfony/translation/Tests/fixtures/resources.ts(4,22): error TS1161: Unterminated regular expression literal.
vendor/symfony/translation/Tests/fixtures/resources.ts(6,20): error TS1161: Unterminated regular expression literal.
vendor/symfony/translation/Tests/fixtures/resources.ts(7,25): error TS1161: Unterminated regular expression literal.
vendor/symfony/translation/Tests/fixtures/resources.ts(8,7): error TS1161: Unterminated regular expression literal.
vendor/symfony/translation/Tests/fixtures/resources.ts(9,5): error TS1161: Unterminated regular expression literal.
vendor/symfony/translation/Tests/fixtures/resources.ts(10,3): error TS1161: Unterminated regular expression literal.
vendor/symfony/translation/Tests/fixtures/resources.ts(11,1): error TS1005: ':' expected.
npm ERR! Linux 4.4.0-51-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! node v6.10.0
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `tsc && concurrently "npm run tsc:w" "npm run lite" `
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] start script 'tsc && concurrently "npm run tsc:w" "npm run lite" '.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the AngularApp package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! tsc && concurrently "npm run tsc:w" "npm run lite"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs AngularApp
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls AngularApp
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/vagrant/Code/laravel-angular2/npm-debug.log
I understand that the vendor folder conflicts, but i do not know how to omit it from the "tsc"