首页 > 技术文章 > 安装Node和Npm

6324 2018-07-18 11:18 原文

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs

推荐阅读