NPM注册表错误503

时间:2018-05-22 07:34:21

标签: node.js angular npm npm-install

当我收到错误时,我想编译我的角度应用程序" npm ERR! 503没有健康的后端:gulp-cli @ latest" 错误堆栈:



npm ERR! code E503
npm ERR! 503 No healthy backends: gulp-cli@latest

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\kevfan\AppData\Roaming\npm-cache\_logs\2018-05-22T07_09_31_729Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! SaaSTransferApprovalTool@1.0.0 typings: `typings install && npm install gulp-cli -g`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the SaaSTransferApprovalTool@1.0.0 typings script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\kevfan\AppData\Roaming\npm-cache\_logs\2018-05-22T07_09_31_778Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! SaaSTransferApprovalTool@1.0.0 postinstall: `npm run typings`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the SaaSTransferApprovalTool@1.0.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\kevfan\AppData\Roaming\npm-cache\_logs\2018-05-22T07_09_31_884Z-debug.log




我的npm注册表是https://registry.npmjs.org/
npm版本:6.0.1 当我访问注册表时,http状态为503,这是一个服务器错误,那么是否有可以访问的替换注册表? enter image description here

1 个答案:

答案 0 :(得分:0)

有时我可以访问这个网站,它不稳定

enter image description here

相关问题