我爱编程

ubuntu Debian安装node.js

2017-12-04  本文已影响0人  firststep

ubuntu安装node.js

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

Debian安装node.js

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

当然如果想要找其他版本的也可以进入:https://github.com/nodesource/distributions。下面也有其他版本以及教程。

上一篇 下一篇

猜你喜欢

热点阅读