From 1d374db0f3ed35a0463b5f89ca2d01078e245d11 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 24 Jan 2026 01:40:30 +0200 Subject: [PATCH] Meteor 2.16 --- Dockerfile | 6 +++--- docs/Platforms/FOSS/FerretDB2-PostgreSQL.md | 2 +- rebuild-wekan.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b02732b3..e553a01d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ENV BUILD_DEPS="apt-utils gnupg gosu wget bzip2 g++ curl libarchive-tools build- ENV \ DEBUG=false \ NODE_VERSION=v14.21.4 \ - METEOR_RELEASE=METEOR@2.14 \ + METEOR_RELEASE=METEOR@2.16 \ USE_EDGE=false \ METEOR_EDGE=1.5-beta.17 \ NPM_VERSION=6.14.17 \ @@ -222,8 +222,8 @@ cd /home/wekan chown --recursive wekan:wekan /home/wekan echo "Starting meteor ${METEOR_RELEASE} installation... \n" #gosu wekan:wekan curl https://install.meteor.com/ | /bin/sh -# Specify Meteor version 2.14 to be compatible: https://github.com/wekan/wekan/pull/5816/files -#gosu wekan:wekan npm -g install meteor@2.14 --unsafe-perm +# Specify Meteor version 2.16 to be compatible: https://github.com/wekan/wekan/pull/5816/files +#gosu wekan:wekan npm -g install meteor@2.16 --unsafe-perm #mv /root/.meteor /home/wekan/ #chown --recursive wekan:wekan /home/wekan/.meteor diff --git a/docs/Platforms/FOSS/FerretDB2-PostgreSQL.md b/docs/Platforms/FOSS/FerretDB2-PostgreSQL.md index c5835818c..2e81599f6 100644 --- a/docs/Platforms/FOSS/FerretDB2-PostgreSQL.md +++ b/docs/Platforms/FOSS/FerretDB2-PostgreSQL.md @@ -16,7 +16,7 @@ sudo npm install -g n export N_NODE_MIRROR=https://github.com/wekan/node-v14-esm/releases/download sudo -E n 14.21.4 sudo npm -g install @mapbox/node-pre-gyp -sudo npm -g install meteor@2.14 --unsafe-perm +sudo npm -g install meteor@2.16 --unsafe-perm export PATH=$PATH:$HOME/.meteor meteor npm install production meteor build .build --directory --platforms=web.browser diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index 6d3475e04..f27c2d0f6 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -47,7 +47,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@2.14 --unsafe-perm + sudo npm -g install meteor@2.16 --unsafe-perm #sudo chown -R $(id -u):$(id -g) $HOME/.npm $HOME/.meteor elif [[ "$OSTYPE" == "darwin"* ]]; then echo "macOS" @@ -89,7 +89,7 @@ do npm -g uninstall node-pre-gyp npm -g install @mapbox/node-pre-gyp npm -g install node-gyp - npm -g install meteor@2.14 + npm -g install meteor@2.16 export PATH=~/.meteor:$PATH exit; elif [[ "$OSTYPE" == "cygwin" ]]; then