Created
May 4, 2019 17:07
-
-
Save shamasis/f9506f2904ef8814822adb74f50d99e3 to your computer and use it in GitHub Desktop.
Fixing npm global install on Raspbian
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
# run the following commands | |
sudo mkdir /usr/local/lib/node_modules; | |
sudo chown pi /usr/local/lib/node_modules; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment