lukeed / sirv

An optimized middleware & CLI application for serving static files~!
MIT License
1.07k stars 58 forks source link

Unable to install the package #76

Closed abhisheksett closed 4 years ago

abhisheksett commented 4 years ago

When trying to do npm install of the package, getting the following error:

npm ERR! code E404
npm ERR! 404 Not Found - GET http://registry.npmjs.org/@polka%2furl - Not found
npm ERR! 404 
npm ERR! 404  '@polka/url@^1.0.0-next.9' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'sirv'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

It's unable to find @polka/url dependancy. How can this be resolved?

abhisheksett commented 4 years ago

Sorry for the false alarm, the issue was from my end. Some security patch in my mac was blocking the npm requests