summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrebuild-wekan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index d1fd5766..4c26a1f1 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -78,7 +78,7 @@ do
sudo chown wekan:wekan ../../.npm -R
#curl -0 -L https://npmjs.org/install.sh | sudo sh
sudo npm -g install n
- sudo n 10.16.0
+ sudo n 8.15.1
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then