klequis / coding-notebook

notes on coding issues
MIT License
0 stars 0 forks source link

installing nodejs #19

Open klequis opened 2 years ago

klequis commented 2 years ago

fnm Fast Node Manager the recommended way per the nodejs website to install node on Ubuntu.

Install fnm via the supplied install.sh file To install node use fnm install with the version of node you want to install

fnm install 16 will install the latest 16.x version