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
SyntaxError: Unexpected token 'export'
at new Script (node:vm:100:7)
at Object.compileCode (C:\GitHub... (remove) ...\node_modules\bytenode\lib\index.js:28:18)
It is still working but error throw to terminal while i am building production.
my Typescript config like this:
"module": "CommonJS",
"target": "es2022"
The text was updated successfully, but these errors were encountered:
I meet a very new error:
SyntaxError: Unexpected token 'export'
at new Script (node:vm:100:7)
at Object.compileCode (C:\GitHub... (remove) ...\node_modules\bytenode\lib\index.js:28:18)
It is still working but error throw to terminal while i am building production.
my Typescript config like this:
"module": "CommonJS",
"target": "es2022"
The text was updated successfully, but these errors were encountered: