Jake
12
Q:

npm uninstall eslint

npm uninstall <module_name>  
15
npm uninstall -g <module_name>  //to uninstall globally
2
Simply use below command in cmd and change module_name with different modules

>npm uninstall <module_name>
4
//This is how you remove package from your dependencies in project.json

npm uninstall --save <package_name>
0

New to Communities?

Join the community