Created
September 30, 2025 16:27
-
-
Save ichux/039d7590748a2a74189076f824530747 to your computer and use it in GitHub Desktop.
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
| mkdir -p ~/.npm-global | |
| npm config set prefix '~/.npm-global' | |
| echo 'export PATH=$HOME/.npm-global/bin:$PATH' >> ~/.bashrc | |
| source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment