Unmet peerDependencies for rxjs in 2.0.0-rc.4

Cannot npm install due to Error: The package rxjs@5.0.0-beta.12 does not satisfy its siblings' peerDependencies requirements!

This is a fresh install of the latest Ionic2, from scratch, using the tools from http://ionicframework.com/docs/v2/setup/installation/

npm ERR! Linux 4.4.0-57-generic
npm ERR! argv "/home/devbox/.nvm/versions/node/v4.3.1/bin/node" "/home/devbox/.nvm/versions/node/v4.3.1/bin/npm" "install"
npm ERR! node v4.3.1
npm ERR! npm  v2.14.12
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package rxjs@5.0.0-beta.12 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer @angular/core@2.2.1 wants rxjs@5.0.0-beta.12
1 Like

Try with node 6.9.2.

1 Like

Thank you @rapropos ! Apparently, my node got changed after the install.
nvm use 6.9.2
fixed it. I checked everything in the world except that :stuck_out_tongue: