mirror of
https://github.com/wekan/wekan.git
synced 2025-06-27 08:49:48 -04:00
Specify meteor version, otherwise the latest meteor version is not compatible with node14. Part 2.
Thanks to xet7 !
This commit is contained in:
parent
9b24d644a4
commit
51e43f1c25
1 changed files with 3 additions and 1 deletions
|
@ -209,7 +209,9 @@ chown --recursive wekan:wekan /home/wekan/.config
|
|||
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
|
||||
#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
|
||||
mv /root/.meteor /home/wekan/
|
||||
chown --recursive wekan:wekan /home/wekan/.meteor
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue