【发布时间】:2017-11-28 15:29:27
【问题描述】:
在安装模块express之前,我已经完成了以下步骤。
但是我收到了403 error。
npm config set strict-ssl false
npm config set registry "http://registry.npmjs.org/"
npm config set proxy http://user:password@host:port
npm config set https-proxy http://user:password@host:port
错误
npm 错误!代码 E403
npm 错误! 403 禁止:express@latest
【问题讨论】:
-
安装 express 时使用什么命令?运行 npm install 时收到什么错误消息?
-
非常感谢@alexi2 的格式编辑。这是我的第一个问题。全新的“提问”。