Where does npm install packages?

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

    The easiest way would be to do

    npm list -g

    to list the package and view their installed location.

    I had installed npm via chololatey, so the location is

    C:\MyProgramData\chocolatey\lib\nodejs.commandline.0.10.31\tools\node_modules

    C:\MyProgramData\ is chocolatey repo location.

提交回复
热议问题