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

1.0.0-beta.11-webpack.8 errors with npm install #1913

Closed
webmobiles opened this issue Aug 31, 2016 · 5 comments
Closed

1.0.0-beta.11-webpack.8 errors with npm install #1913

webmobiles opened this issue Aug 31, 2016 · 5 comments

Comments

@webmobiles
Copy link

Please provide us with the following information:

  1. OS? El Capitan OS
  2. Versions.
    angular-cli: 1.0.0-beta.11-webpack.8
    node: 6.5.0
    os: darwin x64
  3. Repro steps.

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.

@clifntx
Copy link

clifntx commented Aug 31, 2016

Have you checked what version of typescript you are running?
tsc -v will give you your current version. You need to be on 2.0. There are other issues that come up if you are on 2.2, so make sure you are on 2.0.

@clifntx
Copy link

clifntx commented Aug 31, 2016

Scratch my previous comment. Read the comments on #1901 (comment) for a clearer explanation.

@webmobiles
Copy link
Author

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

@filipesilva
Copy link
Contributor

These are not errors, but rather warnings. They are not problematic.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants