cloud66 / snippets

Deploy Hook Snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS 0.12

Florian95 opened this issue · comments

Update your NodeJS version with this recipe :

# 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

Added "node_0_10" and "node_0_12" packages