http://www.nodejs.org/download/
Easiest way is to install via package manager
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
node --version
sudo npm install -g phonegap
phonegap create hybrid com.sumonselim.hybrid HybridApp