Skip to content

Commit

Permalink
Update dply.sh
Browse files Browse the repository at this point in the history
i hate npm so much nodejs/node-gyp#454
  • Loading branch information
mcny authored Jun 21, 2017
1 parent 3c554ed commit ecdb495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sudo apt-get install -y build-essential python-minimal
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
sudo npm install -g @angular/cli
sudo npm install -g @angular/cli --unsafe-perm
ng set --global packageManager=yarn
node --version
npm --version
Expand Down

0 comments on commit ecdb495

Please sign in to comment.