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
Bumping firebase-js-sdk still doesn't work for me - the thing that's failing is not lerna:prepare, it's yarn tests:jest - for some reason it is selecting an incompatible bundle for the node+jest environment since they made their package.json entry point change upstream
I have been stumped on this one, the easy fix should be to force jest to select whatever bundle works the old way but I haven't figured out how to do that. The forward-looking fix would be to get Jest working in ESM / "current+future module syntax for node" way since that's the bundle it is selecting now but I also haven't figured that out.
Bumping firebase-js-sdk still doesn't work for me - the thing that's failing is not lerna:prepare, it's
yarn tests:jest
- for some reason it is selecting an incompatible bundle for the node+jest environment since they made their package.json entry point change upstreamI have been stumped on this one, the easy fix should be to force jest to select whatever bundle works the old way but I haven't figured out how to do that. The forward-looking fix would be to get Jest working in ESM / "current+future module syntax for node" way since that's the bundle it is selecting now but I also haven't figured that out.
Originally posted by @mikehardy in #8501 (comment)
The text was updated successfully, but these errors were encountered: