Difference between revisions of "Install node (latest version) on linux"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - | + | curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - |
| − | sudo apt-get install -y nodejs | + | sudo apt-get install -y nodejs |
| + | |||
| + | (Last update 13/05/2022). | ||
Revision as of 10:42, 13 May 2022
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
(Last update 13/05/2022).