mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Updated Emoji (markdown)
parent
797dc4d342
commit
072aa37adb
1 changed files with 4 additions and 2 deletions
6
Emoji.md
6
Emoji.md
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue