Felix A J
Felix A J

Reputation: 6480

npm install not working after updating to v6.9

npm giving error MODULE_NOT_FOUND.

What could be wrong ?

enter image description here

Upvotes: 1

Views: 184

Answers (1)

Waldo Ibarra
Waldo Ibarra

Reputation: 81

Remove your npm folder from C:\Program Files\nodejs\node_modules\ and then reinstall using the nodejs installer.

Source: GitHub

Note: I recommend you to use a node version manager such as nvm-windows.

Upvotes: 1

Related Questions