403 Forbidden: hooker@~0.2.3 安装grunt时出错
403 Forbidden: hooker@~0.2.3 Error on installing grunt
今天,当我在 运行 npm install
之后添加 package.json
和 gruntfile.js
之后想在新项目上安装 Grunt 时,出现了这个错误:
npm ERR! code E403
npm ERR! 403 Forbidden: hooker@~0.2.3
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Ahmad\AppData\Roaming\npm-cache\_logs17-07-12T07_30_41_689Z-debug.log
我尝试了很多次,但再次显示错误。
403 Forbidden: hooker@~0.2.3
是网络错误,这可能是由于 hooker
中使用的某些资源在某些网络中被阻止下载或在某些国家/地区被阻止造成的。
尝试连接安全 VPN 连接并重新安装。
今天,当我在 运行 npm install
之后添加 package.json
和 gruntfile.js
之后想在新项目上安装 Grunt 时,出现了这个错误:
npm ERR! code E403
npm ERR! 403 Forbidden: hooker@~0.2.3
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Ahmad\AppData\Roaming\npm-cache\_logs17-07-12T07_30_41_689Z-debug.log
我尝试了很多次,但再次显示错误。
403 Forbidden: hooker@~0.2.3
是网络错误,这可能是由于 hooker
中使用的某些资源在某些网络中被阻止下载或在某些国家/地区被阻止造成的。
尝试连接安全 VPN 连接并重新安装。