答案1
安装说明如下:https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories
# Note the new setup script name for Node.js v0.12 curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash - # Then install with: sudo apt-get install -y nodejs
答案2
如果您希望能够安装多个版本的节点,那么 NVM 适合您。
要安装版本 NVM,然后安装节点的 0.12 版本:
curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash
source ~/.bashrc
nvm install 0.12
然后使用:
nvm use 0.12
始终检查 https://github.com/creationix/nvm适用于 NVM 的新版本。撰写本文时,版本是,0.25.0
如果您阅读本文,我怀疑它是否相同。
Node 版本管理器获得胜利。
答案3
您可以通过以下方式安装 Node.js 0.12ppa:rwky/nodejs电力价格协议。
sudo add-apt-repository ppa:rwky/nodejs
sudo apt-get update
sudo apt-get install nodejs