I'm having problems installing @ngrx/store
my set up:
node 8.9.3, npm 5.5.1, angular cli 1.7.4, angular 5.2.0
I'm using angular cli to create an angular app then installing @ngrx/store with
npm install @ngrx/store --save
This gives me the error
Error: EACCES: permission denied, access '/Users/chris.wright/node_modules/@ngrx/store'
If I run with sudo
sudo npm install @ngrx/store --save
I dont get an error but the @ngrx doesnt appear in the node_modules folder or in the package.json
Does anyone have any ideas what might be causing this or how I might install @ngrx/store
npm i @ngrx/store --loglevel verbose. Also you don't need--saveon > npm version 4. - bc1105