获取GET 404 npm程序包引发私有Nexus代理存储库

问题描述

尝试“ npm install bootstrap”或任何其他软件包时出现404错误
npm http获取GET 404 https:// mynexus / repository / npm-all / bootstrap 167ms

这是我的nexus npm-proxy配置:

nexus npm-proxy configuration

我还配置了一个名为“ npm-all”的nexus npm托管存储库,包含npm-proxy。

这是我的.npmrc文件

registry=https://mynexus/repository/npm-all/ 
https-proxy=http://user:password@myproxy:8080 
proxy=http://user:password@myproxy:8080
strict-ssl=false 
prefix=/applis/applis/node 
cache=/applis/applis/node-cache 
email=mymail 
always-auth=false 
_auth="myauth" 

我正在使用npm 6.14.7和节点v11.10.0。

可能与证书问题有关吗?我检查了日志,没有看到关于证书的错误

有人有想法吗?

谢谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)