简体   繁体   中英

How to upgrade version of Nodejs in windows

Firebase CLI v11.0.0 is incompatible with Node.js v12.21.0 Please upgrade Node.js to version >= 14.18.0

I did every possible thing, including reinstalling and npm i node@14.18.0 but failed to upgrade my node js version

how can i do that?

I Also Have Same Problem But After Search found that i have Heroku install on my device which install node of old version

  1. uninstall node.
  2. try node -v in cmd
  3. if you get version than their is another node install
  4. found location of that node by search in window search

This Help me

uninstall Heroku

You can use this one:

npm install -g npm

Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM