question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install angular CLI ends with Warning

See original GitHub issue

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/core@2.4.6 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.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vovikdrgcommented, 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.
0reactions
angular-automatic-lock-bot[bot]commented, Sep 6, 2019

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting error as warning while installing angular CLI
Go to the link: https://github.com/angular/angular-cli · Click on repository : "angular/angular-cli" · Click on : "clone or download" · Select " ...
Read more >
Error while installing angular cli using npm - Edureka
First of all, all the things you have posted are Warnings and not errors. It means the npm has skipped the dependencies. This...
Read more >
Building and serving Angular apps
The Angular CLI outputs warnings if it detects that your browser application depends on CommonJS modules. To disable these warnings, add the CommonJS...
Read more >
to disable this warning use ng config -g cli.warnings ... - You.com
It just means that you have installed the Angular CLI globally and locally (once using npm install -g and once using just npm...
Read more >
unable to use the latest package - Material Design for Bootstrap
I am unable to use the latest package get message after ng serve --o : Your global Angular CLI version (6.2.5) is greater...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found