We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4854b0 commit 375af3cCopy full SHA for 375af3c
Vagrantfile
@@ -8,6 +8,9 @@ Vagrant.configure(2) do |config|
8
config.vm.provision "bootstrap",
9
type: "shell",
10
inline: <<-SHELL
11
+ # add nodejs v12 repository
12
+ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
13
+
14
sudo apt-get update
15
sudo apt-get install -yq ruby ruby-dev
16
sudo apt-get install -yq pkg-config build-essential nodejs git libxml2-dev libxslt-dev
0 commit comments