Skip to content

Commit

Permalink
Update node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiarn committed Jan 10, 2023
1 parent beefc59 commit 099ec06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/dev/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ We recommend to use the automatic installer - see the :ref:`installation guide <
Build tools require NodeJS - you can use the NodeSource repositories for quick setup::

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_17.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_17.x | bash -
curl -sL https://deb.nodesource.com/setup_18.x | bash -
apt-get install -y nodejs

# Using RHEL, as root
curl -sL https://rpm.nodesource.com/setup_17.x | bash -
curl -sL https://rpm.nodesource.com/setup_18.x | bash -

Now, install the build tools::

Expand Down
2 changes: 1 addition & 1 deletion scripts/install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fi
if [ "$OS" == "debian" ] ; then

msg ":: Preparing nodejs package"
curl -fsSL https://deb.nodesource.com/setup_17.x | bash -
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -

msg ":: Installing prerequisites"
apt-get update
Expand Down

0 comments on commit 099ec06

Please sign in to comment.