Skip to content

Commit

Permalink
Update node version in gzweb_install tutorial (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazibdawre authored Jun 14, 2021
1 parent c2674f9 commit 564f444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gzweb_install/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Next install `nodejs` and `npm` using node's version manager `nvm`:
# source .bashrc so we can use the nvm cmd
source ~/.bashrc
# install node version 6 or above
nvm install 6
# install node. Supported versions are 8 to 11.
nvm install 8
~~~

> You may run into conflict with the libssl version needed by Gazebo and nodejs when trying to install using `apt` on Ubuntu.
Expand Down

0 comments on commit 564f444

Please sign in to comment.