Error When I Run Npm Install Error: 404 Not Found: 7zip-bin@~4.1.0
When I run npm install I see this error 3 verbose stack Error: 404 Not Found: 7zip-bin@~4.1.0 2293 verbose stack at fetch.then.res (C:\cygwin64\home\licbuild\ANSYSDev\Licensing
Solution 1:
This appears to be a transient issue as of today. I'm the maintainer of error-ex
which has also received a report outlining this same issue from multiple users. The package exists and your registry string is correct - I believe they're having platform issues.
If you have a VPN, try to get close to California - apparently users around San Jose are able to get otherwise broken packages right now.
I have notified npm as I believe this to be an issue on their end.
EDIT: this has been fixed.
Solution 2:
Try running the following command first and then run yours:
npm config set registry http://registry.npmjs.org
Solution 3:
It is problem with npm, try fix by:
npm install -g npm
npm cache clean
npm update
npm install
Post a Comment for "Error When I Run Npm Install Error: 404 Not Found: 7zip-bin@~4.1.0"