I am trying to install npm package dependencies in to my angular application and i am getting this error. Any help to fix this?
npm ERR! code E404
npm ERR! 4
Try configuring npm using this
npm config set registry https://skimdb.npmjs.com/registry
Some time your other packages may not compatible with the package that you are going to install via npm
uninstall and reinstall latest Node
that having latest NPM version
There might be another reason for this issue, kindly check your npm registry config whether it is http://registry.npmjs.org/ and not http://registry.npmjs.org or https://registry.npmjs.org/
This should work now. They have fixed it. I have tried it now and working
As you can see on https://status.npmjs.org, 4 packages are down at this moment.
They've fixed the issue but we need to wait for CDN world propagation.
Don't update your packages or install new one to fix this.
EDIT: not working yet in Europe at 14:34 UTC