Try npm install with no bin links (avoiding symlinks)
This commit is contained in:
parent
2180a3124b
commit
cbb9840087
@ -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
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user