mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
Merge pull request #5816 from dassio/main
specify meteor version, otherwise the lastes meteor version is not compatible with node14
This commit is contained in:
commit
2549e0e4c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue