Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I get an error running "npm start" #3

Open
EParedez opened this issue Apr 15, 2017 · 0 comments
Open

I get an error running "npm start" #3

EParedez opened this issue Apr 15, 2017 · 0 comments

Comments

@EParedez
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant