Where does npm install packages?

后端 未结 23 1327
梦毁少年i
梦毁少年i 2020-11-22 06:03

Can someone tell me where can I find the Node.js modules, which I installed using npm?

23条回答
  •  伪装坚强ぢ
    2020-11-22 06:43

    On windows I used npm list -g to find it out. By default my (global) packages were being installed to C:\Users\[Username]\AppData\Roaming\npm.

提交回复
热议问题