-
Notifications
You must be signed in to change notification settings - Fork 49
Description
wus-iMac:angular2-contacts-demo wu$ ng serve
Unable to find "@angular/cli" in devDependencies.
Please take the following steps to avoid issues:
"npm install --save-dev @angular/cli@latest"
^C
wus-iMac:angular2-contacts-demo wu$ npm install --save-dev @angular/cli@latest
wus-iMac:angular2-contacts-demo wu$ ng serve
The "@angular/compiler-cli" package was not properly installed. Error: Error: Cannot find module '@angular/compiler-cli'
Error: The "@angular/compiler-cli" package was not properly installed. Error: Error: Cannot find module '@angular/compiler-cli'
at Object. (/Volumes/bak/main-workspace/angular2/angular2-contacts-demo/node_modules/@ngtools/webpack/src/index.js:14:11)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/Volumes/bak/main-workspace/angular2/angular2-contacts-demo/node_modules/@angular/cli/tasks/eject.js:10:19)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
wus-iMac:angular2-contacts-demo wu$ npm list typescript
[email protected] /Volumes/bak/main-workspace/angular2/angular2-contacts-demo
├─┬ @angular/[email protected]
│ ├─┬ @angular-devkit/[email protected]
│ │ └── [email protected]
│ ├── UNMET PEER DEPENDENCY enhanced-resolve@^3.1.0
│ └── UNMET PEER DEPENDENCY [email protected]
└── UNMET PEER DEPENDENCY [email protected]
npm ERR! peer dep missing: typescript@^2.0.2, required by @ngtools/[email protected]
npm ERR! peer dep missing: webpack@^2.2.0 || ^3.0.0, required by @ngtools/[email protected]
npm ERR! peer dep missing: webpack@^3.1.0, required by [email protected]
npm ERR! peer dep missing: webpack@^2.0.0 || ^3.0.0, required by [email protected]
npm ERR! peer dep missing: webpack@^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0, required by [email protected]
npm ERR! peer dep missing: enhanced-resolve@^3.1.0, required by @ngtools/[email protected]
wus-iMac:angular2-contacts-demo wu$