diff --git a/Emoji.md b/Emoji.md index b262380..990286a 100644 --- a/Emoji.md +++ b/Emoji.md @@ -115,11 +115,17 @@ 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 it: +At 2024-06-26, it looks like from https://nodejs.org/en that Node.js LTS version is 20.15.0 , so change to it, and install newest Meteor: ``` sudo n 20.15.0 sudo npm -g install npm + +cd + +rm -rf .meteor + +npx meteor@rc ``` Check what branches there are: ```