Created
February 26, 2020 10:41
-
-
Save iftee/8ae73f7bf2c793aa789de8fe476818c6 to your computer and use it in GitHub Desktop.
Fix npx throwing error issue in terminal due to Windows 10 usename has space with the following terminal command. Also, run the terminal or VSCode in admin mode if required.
This file contains hidden or 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
npm config set cache "C:\Users\Firstname~1\AppData\Roaming\npm-cache" --global |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment