Updated Emoji (markdown)

Lauri Ojansivu 2024-06-26 07:00:06 +03:00
parent 797dc4d342
commit 072aa37adb

@ -121,7 +121,7 @@ And then at your GitHub for `https://github.com/YOUR-GITHUB-USERNAME/wekan` clic
# Meteor 3
At 2024-06-26, it looks like from https://nodejs.org/en that Node.js LTS version is 20.15.0 , so change to newest Node.js LTS, and install newest Meteor:
At 2024-06-26, it looks like from https://nodejs.org/en that Node.js LTS version is 20.15.0 , so change to newest Node.js LTS, delete old Meteor:
```
sudo n 20.15.0
@ -130,7 +130,9 @@ sudo npm -g install npm
cd
rm -rf .meteor
```
Check how to install newest Meteor from Meteor 3 PR at https://github.com/meteor/meteor/pull/13163 , for example:
``
npx meteor@rc
```
Check what branches there are: