1

Can someone tell where can I find local npm modules installed using npm? I am referring to NodeJS version 10

I do not see "npm" folder under C:\Users\MyUser\AppData\Roaming

copenndthagen
  • 46,750
  • 95
  • 274
  • 417

1 Answers1

1

When you install npm all of the NodeJS related dependencies are stored inside this directory

"C:\Program Files\nodejs\node_modules\npm\node_modules".

Dave Jellison
  • 924
  • 12
  • 21
Ashutosh dwivedi
  • 484
  • 3
  • 15