npm install hangs on 'sill idealTree buildDeps' who can help me ?
npm install --save-dev webpack, i am not understanding
3 Replies
maybe your internet connection not stable. you can try to delete node_modules folder and then npm install (to reinstall all npm packages)
What version of
node
are you running? Version 18 now will use DNS address in the order they're returned from the resolver meaning that it'll likely use IPv6 addresses & if you don't have IPv6 routing from your ISP, it'll take time to timeout each address.
My solution was to switch to v20.5.0
which is smarter about networking.have you tried adding the
--verbose
flag? I also had this problem because of my low internet connection, whenever it hangs, I always stop it and run the command again. Hope this help.