Linked Questions

1548 votes
23 answers
1.4m views

Can someone tell me where can I find the Node.js modules, which I installed using npm?
trnc's user avatar
  • 21.7k
473 votes
31 answers
644k views

Is there a command to remove all global npm modules? If not, what do you suggest?
EhevuTov's user avatar
  • 20.5k
150 votes
15 answers
174k views

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 ...
cloud_cloud's user avatar
  • 2,217
25 votes
3 answers
45k views

How do you uninstall Bower? I mean the package manager, not the packages (that I have already uninstalled).
Romain P.'s user avatar
  • 441
19 votes
6 answers
33k views

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 ...
anthony galligani's user avatar
23 votes
3 answers
39k views

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 ...
pastic's user avatar
  • 575
33 votes
2 answers
27k views

How can I uninstall npm modules with devDependencies in Node.js?
Hasara's user avatar
  • 331
10 votes
7 answers
15k views

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 ...
efeozkesici's user avatar
16 votes
1 answer
17k views

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 ...
Abhijeet's user avatar
  • 14.1k
9 votes
3 answers
15k views

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 ...
user1441238's user avatar
4 votes
5 answers
7k views

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 ...
AndSolomin34's user avatar
4 votes
5 answers
5k views

**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: ...
Bhavin Thummar's user avatar
0 votes
3 answers
3k views

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 ...
Oliver D's user avatar
  • 2,989
0 votes
1 answer
2k views

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 ...
Justin's user avatar
  • 1,169
1 vote
1 answer
807 views

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 ...
user avatar

15 30 50 per page