突然我在安装业力时遇到404错误,但最后一天工作正常。同一个应用程序中的其他npm模块下载成功。
13430 verbose stack Error: version not found: socket.io-client@1.6.0
13430 verbose stack at setData (C:\Users\***\a\git-local\MCR\feature\RO\node\node_modules\npm\lib\cache\add-named.js:137:12)
13430 verbose stack at RES (C:\Users\***\a\git-local\MCR\feature\RO\node\node_modules\npm\node_modules\inflight\inflight.js:23:14)
13430 verbose stack at f (C:\Users\***\a\git-local\MCR\feature\RO\node\node_modules\npm\node_modules\once\once.js:17:25)
13430 verbose stack at fixName (C:\Users\***\a\git-local\MCR\feature\RO\node\node_modules\npm\lib\cache\add-named.js:29:5)
13430 verbose stack at saved (C:\Users\***\a\git-local\MCR\feature\RO\node\node_modules\npm\lib\cache\caching-client.js:173:7)
13430 verbose stack at C:\Users\***\a\git-local\MCR\feature\RO\node\node_modules\npm\node_modules\graceful-fs\polyfills.js:210:7
13430 verbose stack at FSReqWrap.oncomplete (fs.js:82:15)
13431 **verbose statusCode 404**
我可以手动下载。
答案 0 :(得分:0)
答案 1 :(得分:0)
问题出在我们的本地maven repo上,存储库URL已更改。
将新网址更新为registry
文件中的.npmrc
属性时,问题已解决。
我只是想更新,以便将其标记为已回答。