在 Raspberry PI 上安裝 Node.js.
要安裝 v6.x,請更新軟體包
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
使用 apt 包管理器
sudo apt-get install -y nodejs
要安裝 v6.x,請更新軟體包
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
使用 apt 包管理器
sudo apt-get install -y nodejs