首页 > 其他 > 详细

debian 9 安装node angular

时间:2019-08-05 16:55:51      阅读:115      评论:0      收藏:0      [点我收藏+]

https://github.com/nodesource/distributions

Node.js v12.x:

Using Ubuntu

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

Using Debian, as root

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

Node.js v11.x:

Using Ubuntu

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

Using Debian, as root

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

npm install -g @angular/cli@8.1.2

debian 9 安装node angular

原文:https://www.cnblogs.com/OpenLJW/p/11303846.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!