Issue while upgrading an npm module #82
Unanswered
jwu-leparisien
asked this question in
Help
Replies: 1 comment
-
|
👋 @jwu-leparisien, could you please rise a ticket with our support team. Rado |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We’re currently working on the PB Engine v6 → v7 migration, and we’re running into an issue while updating a dependency (date-fns).
Until now we were using v2.30.0, and we’ve updated our code to use v4.1.0.
When running the
npx fusion zipornpm startcommand, we get the following error:It looks like optional chaining (?.) and nullish coalescing (??) aren’t being interpreted during the build.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions