Use nvm to install node 4 to vagrant env

This commit is contained in:
Kristian Tashkov
2016-01-10 12:50:52 +02:00
parent 193e89a79e
commit 37cabedecb
4 changed files with 42 additions and 20 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.hostname = "habitrpg"
config.vm.network "forwarded_port", guest: 3000, host: 3000, auto_correct: true
config.vm.usable_port_range = (3000..3050)
config.vm.provision :shell, :path => "vagrant.sh"
config.vm.provision :shell, :path => "vagrant_scripts/vagrant.sh"
end