Quantcast
Channel: How can I uninstall npm modules in Node.js? - Stack Overflow
Viewing all articles
Browse latest Browse all 54

Answer by Super Jade for How to uninstall npm modules in node js?

$
0
0

You can delete a node module manually. For Windows,

  1. Go to the node_modules directory of your repo.

  2. Delete the node module you don't want.

  3. Don't forget to remove the reference to the module in your package.json! Your project may still run with the reference, but you may get an error. You also don't want to leave unused references in your package.json that can cause confusion later.


Viewing all articles
Browse latest Browse all 54

Latest Images

Trending Articles





Latest Images