Vue工程 npm install 工程报404 Not Found - GET https://registry.npmmirror.com/@XXX

背景:初始化下载工程包,找不到某个包

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmmirror.com/@XXX - [NOT_FOUND] @XXX not found
npm ERR! 404 
npm ERR! 404  '@XXX@^0.1.6' 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 'XXX-web'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/.npm/_logs/2022-03-XXX-debug.log

原因 ;缺少XXX 包的配置

npm config set @XXX:registry=https://rnpm.chehejia.com/

posted @ 2022-03-15 13:59  测试一枚  阅读(7511)  评论(0编辑  收藏  举报