We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5222d5c + 6f8a670 commit 3fb9642Copy full SHA for 3fb9642
MongoDB/provision.sh
@@ -18,5 +18,5 @@ sudo service mongod restart
18
19
echo "============== Import example data =================="
20
cd /vagrant
21
-npm install
+npm install --no-bin-links
22
node db-init.js
MySql/provision.sh
@@ -23,5 +23,5 @@ sudo cp my.cnf /etc/mysql
23
sudo service mysql restart
24
25
26
27
0 commit comments