Skip to content

Commit

Permalink
update node tool versions missed earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Nov 20, 2024
1 parent 0a9fabe commit e115d36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/iron
lts/jod
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.2.4
yarn 1.22.19
nodejs 20.16.0
yarn 1.22.22
nodejs 22.11.0
9 changes: 7 additions & 2 deletions doc/LINUX_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ sudo -u postgres psql -c "CREATE USER $USER WITH CREATEDB"
```
# Install NVM and Node JS
# you can use curl
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
# or wget
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
# Restart your terminal
Expand All @@ -72,6 +72,11 @@ npm i -g npm@latest
npm i -g yarn
```

```
# add node and node tools to the path
nvm alias default lts/jod
```

```
# Install and configure rbenv
sudo apt install rbenv
Expand Down

0 comments on commit e115d36

Please sign in to comment.