如何在Ubuntu上安装最新版本的Node.js

时间:2022-08-30 06:44:09
  1. apt-get update
  2. apt-get install -y python-software-properties software-properties-common
  3. add-apt-repository ppa:chris-lea/node.js
  4. apt-get update
  5. apt-get install nodejs