Comment désinstaller totalement plus joli
//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 <package_name>
npm un <package_name>