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 ba280be commit 6e69897Copy full SHA for 6e69897
1 file changed
vagrant/after.sh
@@ -3,9 +3,9 @@
3
BASE_PATH="/home/vagrant/userfrosting"
4
5
# Update nodejs
6
-sudo npm cache clean -f
7
-sudo npm install -g n
8
-sudo n -q lts
+npm cache clean -f
+npm install -g n
+n -q lts
9
10
# Ensure composer deps are installed
11
cd ${BASE_PATH}
0 commit comments