mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
Return enable symlinks in vagrant and use npm@3
This commit is contained in:
parent
f872547264
commit
2fec986006
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue