Try npm install with no bin links (avoiding symlinks)

This commit is contained in:
Tom Russell 2019-03-05 11:34:09 +00:00
parent 2180a3124b
commit cbb9840087

View File

@ -115,7 +115,7 @@ chown -R vagrant:vagrant /home/vagrant/colouringlondon
npm install -g npm@next
# Local fixed install of node modules
cd /vagrant/app && npm ci
cd /vagrant/app && npm ci --no-bin-links
#