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
npm error code EBADENGINE
npm error engine Unsupported engine
npm error engine Not compatible with your version of node/npm: firebase-frameworks@0.11.4
npm error notsup Not compatible with your version of node/npm: firebase-frameworks@0.11.4
npm error notsup Required: ***"node":"^16.0.0 || ^18.0.0 || ^20.0.0"***
npm error notsup Actual: ***"npm":"10.9.0","node":"v22.10.0"***
[REQUIRED] Steps to reproduce
Create a NextJs project and use Firebase frameworksBackend hosting with Node@v22
Install dependencies
Build the project
Try to deploy a preview channel with something like npx firebase-tools@latest hosting:channel:deploy ...
[REQUIRED] Environment info
firebase-tools: 13.23.1
Platform: Any
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
frameworksBackend
hosting withNode@v22
npx firebase-tools@latest hosting:channel:deploy ...
[REQUIRED] Expected behavior
A new preview channel being created.
[REQUIRED] Actual behavior
Right now, we got a dependency error coming from
firebase-frameworks
when using Node@v22. The packagefirebase-frameworks
need to be updated to be compatible with Node@v22 (https://github.com/FirebaseExtended/firebase-framework-tools/blob/main/packages/firebase-frameworks/package.json#L46).I wanted to open an issue in the https://github.com/FirebaseExtended/firebase-framework-tools repo, but unfortunately, issues are not enabled there.
The text was updated successfully, but these errors were encountered: