Hi Team,
We are trying to install angular-cli using below command:
./node npm install -g angular-cli
but we are getting below errors:
npm ERR! registry error parsing json
npm ERR! Unexpected token < in JSON at position 0
npm ERR!
The requested URL /content/groups/NPM_All/@angular-cli/ast-tools was not found on this server.
registry used: http://registry.npmjs.org/
node version: 6.10.0
npm version: 3.10.10
package downloaded: node-v6.10.0-linux-x64.tar.xz
Server Details: Red Hat Enterprise Linux Server release 6.5 (Santiago)
Also tried npm clean cache but didn't work
Also tried to install through below command:
./node npm install -g @angular/cli
getting error:
npm ERR! 404 Not Found
npm ERR!
npm ERR!
The requested URL /content/groups/NPM_All/@angular/cli was not found on this server.