Skip to content

Instantly share code, notes, and snippets.

@completejavascript
Last active April 1, 2019 04:11
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 completejavascript/a4dd1c6a950b7234449e7fdfc20533de to your computer and use it in GitHub Desktop.
Save completejavascript/a4dd1c6a950b7234449e7fdfc20533de to your computer and use it in GitHub Desktop.
# Linux: On npm install: Unhandled rejection Error: EACCES: permission denied
$ sudo chown -R $USER:$GROUP ~/.npm
$ sudo chown -R $USER:$GROUP ~/.config
# Windows: fix UNABLE_TO_GET_ISSUER_CERT_LOCALLY
$ SET NODE_TLS_REJECT_UNAUTHORIZED=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment