I am trying to install @ngrx/store module in my angular 2 app. I am using npm install and getting the following error:
npm ERR! peerinvalid The package rxjs@5.0.
I had the same issue and just updated to rxjs@5.0.1
npm install rxjs@5.0.1 --save
That did the trick.