-
Notifications
You must be signed in to change notification settings - Fork 12k
UNMET PEER DEPENDENCY rxjs@^5.0.1 during npm install 1.0.0-beta.28.3 #4357
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
Comments
it is a warning not an error. It all has to do with how the cli configures its dependencies and is something you will only get when installing globally as when you install locally your project will include rxjs. It should not affect the cli's ability to function |
OK, sorry for the ticket then. Can be closed if there nothing to do with it then. |
Another point just to make you aware is that the cli has recently changed project names when installing from npm to get the latest beta.29 do the following:
|
Yes I just realised that when running the ng serve command through the forewarning message :-) |
I actually just got this issue from a fresh install. The homepage seems to say to use the old version (
Followed by a very verbose stack trace. I wound up editing out my real name and substituting 'user', but otherwise that is how it reads. |
Update here: It looks like it only happens on |
ditto @JediSange |
I also have UNMET PEER DEPENDENCY rxjs@^5.0.1 issue └─┬ @angular/[email protected] |
Same here. As a result every usage of RXJS in our project leads to an error because of the missing dependency. As a workaround we switched back to 1.0.0-beta.26 for the moment. |
Or, as a workaround, you can install rxjs globally prior to @angular/cli and still benefit from the new module. |
I tried 'npm install -g rxjs ' before or after 'npm install -g @angular/[email protected]', both can't solve the issue >>> |
I have the same issue. I was trying to update my angular-cli to the latest version by uninstalling the pervious version and installing the new one via
I also can't run
So essentially the angular-cli doesn't work globally right now. It works locally when I execute it using |
anyone figure out this issue? |
@reminvestor There was actually a commit that fixed the unmet peer dependency error. However, if you update to the latest version you'll probably run into different errors. But give it a try. I have already filed a new issue for beta.31 #4583 |
Fixed in beta.31. |
@filipesilva Hi. I installed the latest angular-cli (@angular/[email protected]). Now I can not see 'unmet peer dependency [email protected]' but it shows now " i am using node version 7.5.0 and my npm version is 4.1.2 is that okay? |
@sooyoung32 You should have read the comments before posting. You would have noticed then that @d3lm already pointed that out, and following the link you would have realised that the point is already covered in the issue #4575 :-) |
The answer by RicardoVaranda works perfectly: 1 step: npm uninstall -g angular-cli |
Minor note:
|
Ok. I follow the steps
and in my case the problem of cli to ionic 2 still persists, any suggestions? I need to run the command and I can not get past it: |
Changing the "target" on tsconfig.json from "es5" to "es6" solved my problem. |
When I have an unmet peer dependency on packX while installing packY I add packX like this and everything works :
|
running |
i was facing unmet peer dependancy of rxjs and zone.js .
|
It is quite strange that to update angular cli, we uninstall it first, clear cache and wait for an excruciatingly long time to install it again. |
I got the same error over and over while trying to install ionic. This hopefully works for angular/cli too.
|
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. |
Hi, I am trying to update my angular-cli, but I get this error during the installation, I don't know who's responsible for it (angular-cli or angular):
UNMET PEER DEPENDENCY rxjs@^5.0.1
OS?
Versions.
angular-cli: 1.0.0-beta.28.3
node: 7.2.1
os: win32 x64
Repro steps.
Reproducible on 2 machines (Mac and Windows) during
npm install -g angular-cli@latest
which is supposed to install with version of angular 2.4.5The log given by the failure.
Mention any other details that might be useful.
When I install manually
npm install -g rxjs
it correctly installs rxjsThe text was updated successfully, but these errors were encountered: