Skip to content

Commit

Permalink
fix ngrok permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe committed May 4, 2018
1 parent 0ca5cd9 commit 81fa756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ install_truffle_npm () {

install_ngrok_npm () {
if ! type "ngrok" >/dev/null 2>/dev/null; then
sudo npm i -g ngrok
sudo npm i --unsafe-perm -g ngrok
else
echo 'ngrok already installed skipping'
fi
Expand Down

0 comments on commit 81fa756

Please sign in to comment.