Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created June 23, 2019 05:42
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 miguelmota/8cc2e1e5172277881c57a0376f9b86d9 to your computer and use it in GitHub Desktop.
Save miguelmota/8cc2e1e5172277881c57a0376f9b86d9 to your computer and use it in GitHub Desktop.
Node.js fix for error "sh: 1: node: Permission denied"
npm config set user 0
npm config set unsafe-perm true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment