Snippets

EasyPaymentGateway install nodejs yarn and gulp

Created by Wesley Acheson
1
2
3
4
5
6
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
cd /vagrant
sudo npm install -g yarn
sudo yarn global add gulp --prefix /usr/local
gulp serve

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.