-
Notifications
You must be signed in to change notification settings - Fork 12k
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
1.0.0-beta.11-webpack.8 errors with npm install #1913
Comments
Have you checked what version of typescript you are running? |
Scratch my previous comment. Read the comments on #1901 (comment) for a clearer explanation. |
sorry I had to leave angular-cli, is not well documented and very unstable. I prefer to do things with an starter or by hand |
These are not errors, but rather warnings. They are not problematic. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
angular-cli: 1.0.0-beta.11-webpack.8
node: 6.5.0
os: darwin x64
first i've create the new project with: ng new myroject
then in the folder i execute npm install, i get t errors:
── UNMET PEER DEPENDENCY [email protected]
└── [email protected]
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN [email protected] requires a peer of [email protected] || 2.x.x but none was installed.
npm WARN @angular/[email protected] requires a peer of typescript@^1.9.0-dev but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/platform-server@^2.0.0-rc.5 but none was installed.
npm WARN [email protected] requires a peer of typescript@^1.8.0 || ^1.9.0-dev but none was installed.
The text was updated successfully, but these errors were encountered: