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.
1 parent fa8fa27 commit d7d8c19Copy full SHA for d7d8c19
scripts/provision/configure_environment.sh
@@ -49,4 +49,12 @@ if [[ ${use_nfs_for_synced_folders} -eq 0 ]]; then
49
chmod -R 755 /var/www
50
fi
51
52
+status "Installing js build tools"
53
+{
54
+apt-get install -y nodejs npm
55
+ln -s /usr/bin/nodejs /usr/bin/node
56
+npm install -g grunt-cli
57
+npm install gulp -g
58
+} 2> >(logError) > >(log)
59
+
60
decrementNestingLevel
0 commit comments