Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 501 Bytes

Install-Node.js-14-on-Ubuntu.md

File metadata and controls

18 lines (12 loc) · 501 Bytes

Install Node.js 14 (LTS) on Ubuntu 20.04, 21.04

Useful links about Node.js

Installing Node.js 14 from snap

manlix@lab:~$ sudo snap install node --channel=14/stable --classic
node (14/stable) 14.17.5 from NodeSource, Inc. (nodesource✓) installed

manlix@lab:~$ node --version
v14.17.5