首页 > 解决方案 > 在 NPM 操作中访问私有注册表时出错

问题描述

我的项目在我不再有权访问的私有注册表中包含 coupla 插件。

npm ERR! 404  '@xxx@^4.0.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)

当我执行一个npm outdated或其他操作时 - 我只想让它在不停止 npm outdated/install/update 的情况下完成。

任何方式告诉 npm 不要检查这些插件。

标签: npm

解决方案


推荐阅读