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
I updated node, thinking it would be a good idea, but it turned out to be a bad idea. I couldn't build main or the 1.1.0 tag. I switched back to node 19 (based on some vague info I'd googled that I don't recall now) and all was well.
The error was: error: Static class blocks are not enabled. Please add @babel/plugin-transform-class-static-block to your configuration. I tried one basic fix that failed before downgrading node.
It might be worth noting the node version requirement somewhere, ideally in package.json, or narrowing the issue down to a babel requirement.
The text was updated successfully, but these errors were encountered:
I updated node, thinking it would be a good idea, but it turned out to be a bad idea. I couldn't build main or the 1.1.0 tag. I switched back to node 19 (based on some vague info I'd googled that I don't recall now) and all was well.
The error was:
error: Static class blocks are not enabled. Please add
@babel/plugin-transform-class-static-blockto your configuration.
I tried one basic fix that failed before downgrading node.It might be worth noting the node version requirement somewhere, ideally in package.json, or narrowing the issue down to a babel requirement.
The text was updated successfully, but these errors were encountered: