- 2016-05-27-raspbian-jessie-lite
Best way i found is to install it via nvm (node version manager) Check the version on https://github.com/creationix/nvm/releases
git clone https://github.com/creationix/nvm.git ~/.nvm && cd ~/.nvm && git checkout v0.31.2
echo "source ~/.nvm/nvm.sh" >> ~/.bashrc
echo "source ~/.nvm/nvm.sh" >> ~/.profile
source ~/.profile
install node
nvm install 6
nvm default 6
node --version
npm --version