Install nodejs in Vagrantfile (#1202)

Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
Fernando Aguilar
2020-02-19 10:00:58 -08:00
committed by Matthew Peveler
parent a4854b03a4
commit 375af3c6cc

3
Vagrantfile vendored
View File

@@ -8,6 +8,9 @@ Vagrant.configure(2) do |config|
config.vm.provision "bootstrap",
type: "shell",
inline: <<-SHELL
# add nodejs v12 repository
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get update
sudo apt-get install -yq ruby ruby-dev
sudo apt-get install -yq pkg-config build-essential nodejs git libxml2-dev libxslt-dev