我对reactJS和nodeJS全新。
我关注this tutorial,
并在此命令npm i webpack -S
中找到错误。
答案 0 :(得分:0)
您似乎需要指定代理设置。你在代理下,npm无法从它的存储库中获取包。你的package.json看起来不错。
您可以尝试这样的事情
npm config set registry http://registry.npmjs.org/
npm config set http-proxy http://username:password@ip:port
npm config set https-proxy http://username:password@ip:port
npm set strict-ssl false
感谢https://github.com/npm/npm/issues/9401#issuecomment-134569585
答案 1 :(得分:0)
所以最后我得到了答案非常感谢你#MoeenMohsin ...........
npm config rm proxy
npm config rm https-proxy
答案 2 :(得分:-1)
第一:
npm init -y
然后:
npm i -D webpack