You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Node version 19.9.0 on your dev environment. (This is also the default in Github Codespaces currently)
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.