Skip to content

Instantly share code, notes, and snippets.

@shamasis
Created May 4, 2019 17:07
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 shamasis/f9506f2904ef8814822adb74f50d99e3 to your computer and use it in GitHub Desktop.
Save shamasis/f9506f2904ef8814822adb74f50d99e3 to your computer and use it in GitHub Desktop.
Fixing npm global install on Raspbian
# 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