node-opencv/vagrant/scripts/setup-node.sh
Keegan Brown fd40071640 prep
2015-09-29 12:59:06 -05:00

7 lines
194 B
Bash
Executable File

apt-get install gcc make build-essential -y
apt-get install -y curl
apt-get install -y git
curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
apt-get install -y nodejs