linux下安装nodejs

执行一下命令node

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
    sudo apt-get install -y nodejs
复制代码
相关文章
相关标签/搜索