Linked Questions
19 questions linked to/from How can I uninstall npm modules in Node.js?
1548 votes
23 answers
1.4m views
Where does npm install packages?
Can someone tell me where can I find the Node.js modules, which I installed using npm?
473 votes
31 answers
644k views
Command to remove all npm modules globally
Is there a command to remove all global npm modules? If not, what do you suggest?
150 votes
15 answers
174k views
How to uninstall global package with npm?
I have installed webpack in this way: npm install -g webpack Now want to uninstall it: npm uninstall -g webpack Check it again, it didn't been uninstalled: webpack -v 3.1.0 Why? And, I use this way ...
25 votes
3 answers
45k views
How do you uninstall Bower (the package manager)?
How do you uninstall Bower? I mean the package manager, not the packages (that I have already uninstalled).
19 votes
6 answers
33k views
(react-native-svg Error) "Tried to register two views with the same name RNSVGRect"
react-native-svg produces error: "Tried to register two views with the same name RNSVGRect" I have react native projects and I want to use SVGs in them. I started the projects using EXPO. I am using ...
23 votes
3 answers
39k views
npm: using 'npm uninstall' vs. just removing the folder
I wanted to try grunt-babel, so I opened up a terminal in my Home folder and did npm install --save-dev grunt-babel babel-preset-es2015 according to the plugin's instructions. I was doing this too ...
33 votes
2 answers
27k views
How to uninstall NPM modules from the devDependencies in node.js?
How can I uninstall npm modules with devDependencies in Node.js?
10 votes
7 answers
15k views
How to solve react webpack problem with npm-start
Here is my error page: There might be a problem with the project dependency tree. It is likely not a bug in Create React App, but something you need to fix locally. The react-scripts ...
16 votes
1 answer
17k views
Right way uninstalling the NPM packages (Npm Uninstall vs Edit package.json)
I have to remove several libraries from the project. Currently worried about what if I remove a library, which is dependency of any other library. Which approach can safely remove the libraries ? I ...
9 votes
3 answers
15k views
How to remove eslint plugin eslint-plugin-jsx-a11y?
I have eslint (of Airbnb coding style) setup for my React project, which has dependency of "eslint-plugin-jsx-a11y", which I do not want for my current project. My question how to remove this ...
4 votes
5 answers
7k views
did i install create-react-app incorrectly?
I want to try React on my Mac, but I face some difficulties when using it. I installed create-react-app globally with npm install -g create-react-app But everytime I create a new project I have a ...
4 votes
5 answers
5k views
How to solve "Unsupported platform for [email protected]"
**npm ERR!** code EBADPLATFORM **npm ERR!** notsup Unsupported platform for [email protected]: wanted {"os":"linux","arch":"any"} (current: {"os":"darwin","arch":"x64"}) **npm ERR!** notsup Valid OS: ...
0 votes
3 answers
3k views
Execution failed for task ':app:transformDexArchiveWithDexMergerForDebug'. - React Native
I have an App written with react-native and it's worked wonderfully previously but when I install RN async-storage. I don't change anything in the native Android code I got an error when running the ...
0 votes
1 answer
2k views
How Can I Uninstall browser-sync
I tried uninstalling browser-sync and it simply won't work. I've tried multiple times and already looked at these questions: Can't uninstall global npm packages after installing nvm How to ...
1 vote
1 answer
807 views
node-sass 2.1.1 on node 0.12.2: `libsass` bindings not found. Try reinstalling `node-sass`
I know this may seem like a duplicate to these: Try reinstalling `node-sass` on node 0.12? And how to uninstall npm modules in node js? The environment for our team is as follows: <bitbucket git ...