I am trying to uninstall redux-devtools-extension from dependencies of the project, but instead it is installing again.
Also tried npm uninstall redux-devtools/extension
I am expecting that the package gets uninstall.
npm version: 10.8.3
redux-devtools/extension: 3.3.0
2