Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Fixing npm-gyp issues
Browse files Browse the repository at this point in the history
Referencing sass/node-sass#2006 in fix
  • Loading branch information
cjreeder authored Oct 19, 2017
1 parent a057072 commit 6a494cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sudo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ sleep 60

cd $GOPATH/src/github.com/byu-oit/av-scheduling-ui/web/
#rm -fR node_modules
npm install -g --save --save-dev angular angular-cli
npm install --save
npm install -g --save --unsafe-perm angular angular-cli
npm install --save --unsafe-perm
sleep 60
echo "Angular installed . . . ."
sleep 60
Expand Down

0 comments on commit 6a494cf

Please sign in to comment.