-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Error when npm install the project #135
Comments
update npm: |
Sorry, one of the dependencies was left in a old one. It should be fixed now. |
thank you |
seems this issue happens again? npm ERR! node v0.12.0 npm ERR! peerinvalid The package @angular/core does not satisfy its siblings' pe |
That node is reaaaaaaaaaally old. |
indeed, it probably an old node |
@airhork I think it's actually because of node, I know that similar peerDeps issues are solved on newer versions. Can you try node 5 or 6? |
Is NPM probably the problematic one, but I recommend Node 5 at least. |
ok, thanks for the quick feedback. installing. |
Thanks for the help. I saw the major version for node (official site) is still 4.4.6, which also have this issue. |
That is expected and will be fixed soon. Still with that, it should work. |
I'm having the same issue when trying to deploy to AWS which uses node 4.4.3 (npm 2.15.1) , is there any way around this or am I stuck until a fix is in place? |
I am not really sure if a solution for npm 2.x is going to come. Can't it be updated to latest npm?
|
Hi there I'm on node v5.10.0 and after trying
I already tried |
@cooervo you'll have to ask at the |
Guys, I had the same error. For me helps |
Update npm (npm install npm -g) solved for me! |
Thanks you !!! (npm install npm -g) solved my issue also |
I found something awesome in regards to node |
I got this error when I ran
npm install
157 error Windows_NT 10.0.10586
158 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
159 error node v4.4.5
160 error npm v2.15.5
161 error code EPEERINVALID
162 error peerinvalid The package @angular/[email protected] does not satisfy its siblings' peerDependencies requirements!
162 error peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
162 error peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
162 error peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
162 error peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
162 error peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
162 error peerinvalid Peer @angular/[email protected] wants @angular/core@^2.0.0-rc
162 error peerinvalid Peer @angular/[email protected] wants @angular/core@^2.0.0-rc
162 error peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
162 error peerinvalid Peer [email protected] wants @angular/[email protected]
163 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: