nodejs npm global config missing on windows

后端 未结 7 812
囚心锁ツ
囚心锁ツ 2020-12-12 19:27

I can\'t find at all where npm has its global settings stored.

npm config get userconfig

C:\\Users\\Jack\\.npmrc

npm config get glo

7条回答
  •  不知归路
    2020-12-12 19:36

    Isn't this the path you are looking for?

    C:\Program Files\nodejs\node_modules\npm\npmrc

    I know that npm outputs that , but the global folder is the folder where node.js is installed and all the modules are.

提交回复
热议问题