Can't install any package with node npm

前端 未结 16 2163
一向
一向 2020-12-02 13:12

I\'m trying to install some node packages through npm, but it won\'t go. I\'ve already tried to install/unistall/update node, but nothing seems to work.

I\'m using u

16条回答
  •  抹茶落季
    2020-12-02 13:51

    1.>Go to your this location

    C:\Users\{your user name or ID}
    

    2.> open .npmrc & Remove all content from .npmrc file.

    3.>reopen your new command prompt

    4.>again run the code , will work.

提交回复
热议问题