1

I am using Google Cloud Shell Editor to run my Firebase+React application. When I run Firebase CLI i got this:

Firebase CLI v11.1.0 is incompatible with Node.js v16.1.0 Please upgrade Node.js to version ^14.18.0 || >=16.4.0

If I update

npm install -g firebase-tools

I got this

Firebase CLI v11.2.0 is incompatible with Node.js v16.1.0 Please upgrade Node.js to version ^14.18.0 || >=16.4.0

Marc Anthony B
  • 3,635
  • 2
  • 4
  • 19
Jorge Montalvão
  • 135
  • 1
  • 10

1 Answers1

1

Run the command line below

nvm install 16.4.0

And it works for me ;-)

enter image description here

Jorge Montalvão
  • 135
  • 1
  • 10