node.js 学习笔记(一)

ubuntu 安装 nodejs5

  • 将 nodejs 添加到源
wget -qO- https://deb.nodesource.com/setup_5.x | sudo bash -
  • 安装 nodejs
sudo apt-get install --yes nodejs

Last modified on 2023-11-01