Return enable symlinks in vagrant and use npm@3

This commit is contained in:
Kristian Tashkov
2016-01-21 23:28:28 +02:00
parent f872547264
commit 2fec986006
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provider "virtualbox" do |v|
v.memory = 768
v.cpus = 1
v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant", "1"]
end
config.vm.box = "thepeopleseason/habitrpg"
config.ssh.forward_agent = true
+1 -1
View File
@@ -16,7 +16,7 @@ nvm use
nvm alias default current
echo Update npm...
npm install -g npm@2
npm install -g npm@3
echo Installing global modules...
npm install -g gulp bower grunt-cli mocha