Skip to content
Snippets Groups Projects
Commit 85efbf7b authored by Antoine Lambert's avatar Antoine Lambert
Browse files

devel/developer-setup: Bump node to 18.x

Related to swh/devel/swh-web#4746
parent df1084c2
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,11 @@ don't need them started globally (this will save you some RAM)::
sudo systemctl disable --now cassandra postgresql
If you intend to hack on the frontend part of |swh| Web Applications, you will also
need to have ``nodejs >= 14`` in your development environment. If the version in your
Debian-based distribution is lower, you can install node 14 using these commands::
need to have ``nodejs >= 18`` in your development environment. If the version in your
Debian-based distribution is lower, you can install node 18 using these commands::
sudo wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key -O /etc/apt/trusted.gpg.d/nodesource.asc
echo "deb https://deb.nodesource.com/node_14.x $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/nodesource.list
echo "deb https://deb.nodesource.com/node_18.x $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/nodesource.list
sudo apt update
sudo apt install nodejs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment