angular2-course icon indicating copy to clipboard operation
angular2-course copied to clipboard

Upgrade the projec to Angular 2 RC1. "-" error

Open rakeshkumar125 opened this issue 7 years ago • 0 comments

https://github.com/mosh-hamedani/angular2-course/commit/331127c410b3bdbd4c5aa54ed776843b42695c6c

Hello above commit have a below error.

$ npm start

[email protected] start K:\XAMPP\htdocs\angular2\angular2-course tsc && concurrently "npm run tsc:w" "npm run lite"

app/posts/posts.component.ts(54,39): error TS2304: Cannot find name ''. app/posts/posts.component.ts(80,27): error TS2304: Cannot find name ''. app/posts/posts.component.ts(80,34): error TS2304: Cannot find name '_'. app/users/users.component.ts(1,33): error TS2307: Cannot find module '@angular2/core'. app/users/users.component.ts(2,26): error TS2307: Cannot find module '@angular2/router-deprecated'. node_modules/angular2/src/facade/promise.d.ts(1,10): error TS2661: Cannot re-export name that is not defined in the module.

npm ERR! Windows_NT 6.1.7600 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start" npm ERR! node v6.11.4 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 angular2-quickstart 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 angular2-quickstart npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls angular2-quickstart npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! K:\XAMPP\htdocs\angular2\angular2-course\npm-debug.log

rakeshkumar125 avatar Dec 30 '17 12:12 rakeshkumar125