From d974fa638c5f199383eccde4b3bce8945327da65 Mon Sep 17 00:00:00 2001 From: "xiangbin.li" Date: Tue, 24 Jun 2025 03:36:20 +0000 Subject: [PATCH] specify meteor version, otherwise the lastes version is not compatiable with node_14 --- rebuild-wekan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index 1c9bbddd1..1641bd2ba 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -48,7 +48,7 @@ do # Latest fibers for Meteor sudo mkdir -p /usr/local/lib/node_modules/fibers/.node-gyp sudo npm -g install fibers sudo npm -g install @mapbox/node-pre-gyp # Install Meteor, if it's not yet installed - sudo npm -g install meteor --unsafe-perm + sudo npm -g install meteor@2.14 --unsafe-perm #sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor elif [[ "$OSTYPE" == "darwin"* ]]; then echo "macOS";