Skip to content

Instantly share code, notes, and snippets.

@melvinstanly
Created July 28, 2021 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melvinstanly/a877dfbe43d571e6752f68072d724992 to your computer and use it in GitHub Desktop.
Save melvinstanly/a877dfbe43d571e6752f68072d724992 to your computer and use it in GitHub Desktop.
Troubleshoot issues in npm package installing.
If you see the command screen get stuck for minutes after running "npm install" then check if package-lock.json is still in the folder.
Remove the package-lock.json file before running "npm install".
If issue still persists, please follow the guide below.
http://www.jonahnisenson.com/running-npm-install-hangs-and-hangs-and-hangs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment