Skip to content

Commit 375af3c

Browse files
Install nodejs in Vagrantfile (#1202)
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
1 parent a4854b0 commit 375af3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Vagrantfile

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Vagrant.configure(2) do |config|
88
config.vm.provision "bootstrap",
99
type: "shell",
1010
inline: <<-SHELL
11+
# add nodejs v12 repository
12+
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
13+
1114
sudo apt-get update
1215
sudo apt-get install -yq ruby ruby-dev
1316
sudo apt-get install -yq pkg-config build-essential nodejs git libxml2-dev libxslt-dev

0 commit comments

Comments
 (0)