Replies: 1 comment 1 reply
-
fixed |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi Panda 🐼
Unfortunately, my app is running on Node.js 14, and I'm unable to upgrade to a higher version.
Is there a way to run
panda codegen
in Node.js 14? I'm currently facing the following error:which is the logical OR assignment operator does not support in node 14.
I'm also exploring the option of using
@babel/plugin-transform-logical-assignment-operators,
but I'm not entirely sure how to implement it.
Beta Was this translation helpful? Give feedback.
All reactions