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
Recent version of [email protected] has a requirement of Node 18 and above.
However, our code runs on Node 16 and this change has broken existing code.
In the other issues, the resolution was to revert or fix the dependency.
Can we fix the farmhash-modern dependency to 1.0.0 that allows Node 16
Error:
```error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.0.0". Got "16.20.2"````
The text was updated successfully, but these errors were encountered:
Hi @sanhardik looks like farmhash-modern broke the semantic versioning. Our planned next release would be a major version bump and we also plan to drop support for Node 14 and 16 (which are now deprecated). To fix this issue, please use module resolutions in your package.json until you are ready to upgrade to Node 18. We are also looking into replacing farmhash with an alternative implementation to solve other incompatibilities around that library.
Operating System: Ubuntu
Code running in Docker
Firebase Admin version: 12.7.0
Node.js version - 16
I had filed a similar issue firebase/firebase-js-sdk#8583
Recent version of [email protected] has a requirement of Node 18 and above.
However, our code runs on Node 16 and this change has broken existing code.
In the other issues, the resolution was to revert or fix the dependency.
Can we fix the farmhash-modern dependency to 1.0.0 that allows Node 16
Error:
```error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.0.0". Got "16.20.2"````
The text was updated successfully, but these errors were encountered: