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
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:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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