I need to go Node.js version 5.10.0 in order to use Firebase Hosting
I need to go Node.js version 5.10.0 in order to use Firebase Hosting
Enough
sudo npm cache clean -f
sudo npm install -g n
sudo n x.x.x
Where x.x.x is the version you want
Source: link