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?
When trying to do npm install of the package, getting the following error:
It's unable to find @polka/url dependancy. How can this be resolved?