File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- lts/iron
1+ lts/jod
Original file line number Diff line number Diff line change 11ruby 3.2.4
2- yarn 1.22.19
3- nodejs 20.16 .0
2+ yarn 1.22.22
3+ nodejs 22.11 .0
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ sudo -u postgres psql -c "CREATE USER $USER WITH CREATEDB"
5252```
5353# Install NVM and Node JS
5454# you can use curl
55- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39 .1/install.sh | bash
55+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40 .1/install.sh | bash
5656# or wget
57- wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39 .1/install.sh | bash
57+ wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40 .1/install.sh | bash
5858
5959# Restart your terminal
6060
@@ -72,6 +72,11 @@ npm i -g npm@latest
7272npm i -g yarn
7373```
7474
75+ ```
76+ # add node and node tools to the path
77+ nvm alias default lts/jod
78+ ```
79+
7580```
7681# Install and configure rbenv
7782sudo apt install rbenv
You can’t perform that action at this time.
0 commit comments