Ubuntu安装Nodejs教程 2019-04-14 Other 文章目录 安装 Node 记录 Nodejs 在 Ubuntu 系统的安装教程 安装 Node 1 2 3 4 5 # Add the NodeSource APT repository for Node 8 curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash # Install Node.js sudo apt-get install -y nodejs 文章作者 DaZiYuan 上次更新 2019-04-14