Relative Content

Tag Archive for sqlmysqlnpmnpm-installgit-bash

How to uninstall unwanted/extra npm packages

I had mysql installed through mySQL workbench, but i wasn’t sure so i ran the command “npm install mysql” and it added 11 packages and audited 12. Now I don’t want the extra added packages, but I am afraid that if I run the command “npm uninstall mysql”, it can affect the packages I installed through mySQL workbench. Is there a way to fix this?