Closed marctaule closed 4 years ago
same
This seems to be caused by a npm incident regarding scoped packages.
Same issue here using Yarn:
error An unexpected error occurred: "https://registry.yarnpkg.com/@nuxtjs%2faxios: Not found".
It seems to be fixed now.
There was an earlier issue accessing npmjs.com and installing scoped packages.
https://status.npmjs.org/incidents/cksjqc1w11v5?u=yjqzk11ky282
Version
v5.11.0
Reproduction link
https://codesandbox.io/s/bold-stonebraker-yw3yv
Steps to reproduce
Type "npm i @nuxtjs/axios"
What is expected ?
Install nuxtjs/axios in node_modules
What is actually happening?
I got the following error:
npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@nuxtjs%2faxios - Not found npm ERR! 404 npm ERR! 404 '@nuxtjs/axios@^5.11.0' 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 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.