-2
I need to go Node.js version 5.10.0 to be able to use firebase Hosting
-2
I need to go Node.js version 5.10.0 to be able to use firebase Hosting
2
Suffice
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:https://www.abeautifulsite.net/how-to-upgrade-or-downgrade-nodejs-using-npm
0
On Windows you can solve with Chocolatey Package Manager:
*Assuming you have the Chocolatey installed, follow the steps below:
In CMD as administrator, type the command:
cinst nodejs.install -version [xx.xx. x] -allow-downgrade
Make sure to change xx.xx. x by the version number you want to install.
EX: cinst nodejs.install -version 10.16.1 -allow-downgrade
Browser other questions tagged javascript node.js npm
You are not signed in. Login or sign up in order to post.
Thank you very much
– Pedro Garcia