Debian7.8 通过 apt-get 安装 nodejs npm[转]

nodejs

apt-get install curl
curl -sL https://deb.nodesource.com/setup | bash -
apt-get install -y nodejs

npm

wget https://npmjs.org/install.sh --no-check-certificate && chmod 777 install.sh && ./install.sh && npm -v

版权声明

本博客所有的转载文章,作者皆保留版权。转载必须包含本声明,保持本文完整,并以超链接形式注明作者vmvz和本文原始地址:https://github.com/vmvz/a/issues/9

发表评论

您的电子邮箱地址不会被公开。