Как полностью удалить красивее
//This is how you remove package from your dependencies in project.json
npm uninstall --save <package_name>
d-j-b
//This is how you remove package from your dependencies in project.json
npm uninstall --save <package_name>
npm uninstall <module_name>
npm uninstall -g <module_name> //to uninstall globally
Simply use below command in cmd and change module_name with different modules
>npm uninstall <module_name>