0
Q:

uninstall node package

npm uninstall <package_name>
14
npm uninstall <module_name>  
15
In IOS terminal:
brew uninstall node

Use sudo if ask for permitions
2
npm uninstall nodemon
3
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
npm un <package_name>
1

New to Communities?

Join the community