Created
July 28, 2021 05:39
-
-
Save melvinstanly/a877dfbe43d571e6752f68072d724992 to your computer and use it in GitHub Desktop.
Troubleshoot issues in npm package installing.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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