nodejs npm global config missing on windows

后端 未结 7 793
囚心锁ツ
囚心锁ツ 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:54

    Have you tried running npm config list? And, if you want to see the defaults, run npm config ls -l.

    0 讨论(0)
提交回复
热议问题