Issues with Node and NPM?

Setup NPM:
If you change to the windows installation folder then you can update NPM. Otherwise it sometimes gets stuck for you.

Cd\Program Files (x86)\nodejs 
npm install npm

Reinstall angular:

npm uninstall -g angular-cli
npm cache clean
npm install -g angular-cli@latest 

Leave a Reply

Your email address will not be published. Required fields are marked *