Where does npm install packages?

后端 未结 23 1335
梦毁少年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:29

    Btw, npm will look for node_modules in parent folders (up to very root) if can not find in local.

提交回复
热议问题