我是Nexus 3的新手。我刚开始创建代理npm存储库。
现在,我将代理设置如下:-
'npm config set proxy http://localhost:8081/repository/npm-local/:8081'
当我执行“ npm config get proxy”时,我得到了
http://localhost:8081/repository/npm-local/:8081
现在,当我尝试使用npm install bootstrap安装bootstrap时,出现以下错误。 npm ERR!代码E404 npm ERR!找不到404:bootstrap @ latest
要设置它,我还需要做什么?
谢谢!