vuejs / vuefire

🔥 Firebase bindings for Vue.js
https://vuefire.vuejs.org
MIT License
3.82k stars 323 forks source link

error vuefire@3.1.12: The engine "node" is incompatible with this module #1402

Closed crunchwrap89 closed 11 months ago

crunchwrap89 commented 11 months ago

Reproduction

*

Steps to reproduce the bug

  1. Install Node version 19.9.0 on your dev environment. (This is also the default in Github Codespaces currently)
  2. Yarn install vuefire@3.1.12

Expected behavior

Should work in versions newer than 18.

Actual behavior

Generates error in console:

error vuefire@3.1.12: The engine "node" is incompatible with this module. Expected version "18". Got "19.9.0" error Found incompatible module.

Additional information

This issue occured after starting my github Codespace after not using it for a few days. I believe github codespaces has updated the default node version.

Anyone know how to fix this?

crunchwrap89 commented 11 months ago

Thanks for Quick help @posva