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
  • 49,230
  • 102
  • 290
  • 442

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
  • 13
  • 22
Ashutosh dwivedi
  • 510
  • 3
  • 16