Relative Content

Tag Archive for npmag-griduninstallation

How to uninstall ag-grid-community

I am trying to uninstall ag-grid-community from my React project, and none of the numerous npm uninstall commands I’ve tried seem to have any effect. I’ve tried a bunch of variations of
npm uninstall -g --force --save ag-grid-community
and the package is still in node_modules and package.json, and the old code that uses the package still works. Help? Thanks!