Skip to content

Commit

Permalink
Merge pull request #60 from c9/fix-install-as-root
Browse files Browse the repository at this point in the history
Allow installing as root
  • Loading branch information
nightwing committed Apr 9, 2016
2 parents 0b06c9f + 7494048 commit fdc7dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ ensure_local_gyp() {
fi
fi
"$NPM" config -g set python "$PYTHON"
"$NPM" config -g set unsafe-perm true
}

node(){
Expand Down

0 comments on commit fdc7dea

Please sign in to comment.