在我的Windows 10/64计算机上安装NODE.JS并尝试测试NPM模块后,我得到以下内容:
来自日志......:
verbose request id 639b6b02c53f25ad
http request GET http://registry.npmjs.org/express
http 404 http://registry.npmjs.org/express
verbose bad json <html><head><title>Page Not Found</title><head><body>Sorry, but I couldn't find the object you requested.</body></html>
21 error registry error parsing json
显然,NPM将请求发送到快递模块的仓库,但是NPM找不到它......但是如果我直接在浏览器上输入url,我会得到包的json。
我支持代理,我按照npm set config proxy和https-proxy 1
设置代理设置我应该补充一点,我的代理uri不会在端口上结束,但它有一个额外的字符串:xxxx / proxy.pac?p = xxxxx
我想我到目前为止已经完成了所有阅读,所以我正在寻找新的提示(至少)要遵循。