not able to install node_modules

前端 未结 5 1629
我在风中等你
我在风中等你 2021-01-02 04:06

I am trying to install node_module but getting following error:

For example:npm install grunt-preprocess

D:\\grunt_pre>npm install grunt-preproces         


        
5条回答
  •  旧时难觅i
    2021-01-02 04:51

    Try the answer by @ Canmah. If it does not help try to check your proxy configuration.

    If there is a proxy, update the npm registry as mentioned below and then try installing the node module.

    @ the command prompt update the 
    npm config set proxy :
    

提交回复
热议问题