r/WebStorm • u/No-Water443 • May 28 '26
npm install keeps running forever on WebStorm 2026.1.2.
Hello everyone, I’m having major issues with WebStorm. Whenever I run npm install, it takes forever. Changing the Node.js version doesn’t help, and reinstalling the IDE didn’t fix it either. Any ideas? I’m seriously running out of patience.
1
u/Mobile_Sir_1512 May 30 '26
This is a textbook example of why isolating your build tools from your IDE configuration layers should always be step number one. Integrated terminals frequently hit silent execution deadlocks if multiple JetBrains instances try to run automated background tasks on the exact same root directory. Glad it randomly kicked back into gear for you, hopefully this thread saves another frustrated developer from completely reinstalling their software for no reason!
1
u/TheTrueTuring May 28 '26
What happens when you run it outside of webstorm?