Skip to content

Install angular CLI ends with Warning #4505

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

Closed
hydrococcous opened this issue Feb 7, 2017 · 9 comments
Closed

Install angular CLI ends with Warning #4505

hydrococcous opened this issue Feb 7, 2017 · 9 comments

Comments

@hydrococcous
Copy link

Please provide us with the following information:

OS?

Mac OSX (Sierra 10.12.2)

Versions.

Please run ng --version. If there's nothing outputted, please run in a Terminal: node --version and paste the result here:

@angular/cli: 1.0.0-beta.30
node: 7.5.0
os: darwin x64

Repro steps.

Was this an app that wasn't created using the CLI? What change did you do on your code? etc.

The log given by the failure.

Normally this include a stack trace and some more information.

Mention any other details that might be useful.

After Install the following Warning in Terminal:

npm WARN @angular/[email protected] requires a peer of rxjs@^5.0.1 but none was installed.

How can i fix it? Every Results from google failed


Thanks! We'll be in touch soon.

@vovikdrg
Copy link
Contributor

vovikdrg commented Feb 7, 2017

  1. Try to remove node_modules folder
  2. in package.json check if you allow to install latest rxjs should be similar to "rxjs": "^5.0.1",
  3. run npm install.

@MarcelHuang
Copy link

Did you install globally? The rxjs is only needed locally in the app itself (in the package.json), hence the warning.

@hydrococcous
Copy link
Author

@MarcelCorleone Yes, i installed globally. package.json looks good. Means i can get ignore the warning?

@vovikdrg
Copy link
Contributor

vovikdrg commented Feb 8, 2017

@sandrobirke run command "npm ls rxjs"

@MarcelHuang
Copy link

@sandrobirke Yes. Refer to this: #4357

@catull
Copy link
Contributor

catull commented Feb 10, 2017

@sandrobirke Do you still have an issue with this ? If not, as a common curtesy, could you please close the issue ?

@catull
Copy link
Contributor

catull commented Feb 26, 2017

@sandrobirke Still having this problem ? Did you try with the latest, such as npm install -g @angular/cli@latest ?

@filipesilva
Copy link
Contributor

This has been fixed since. Sorry about that.

@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

5 participants