Closed FFFluoride closed 1 year ago
The code compiles and runs
The code didn't run and I got this error
> obsidian-sample-plugin@1.0.0 build > tsc -noEmit -skipLibCheck && node esbuild.config.mjs production file:///home/fffluoride/Desktop/TEST/.obsidian/plugins/obsidian-sample-plugin/esbuild.config.mjs:14 const context = await esbuild.context({ ^^^^^ SyntaxError: Unexpected reserved word at Loader.moduleStrategy (internal/modules/esm/translators.js:133:18) at async link (internal/modules/esm/module_job.js:42:21)
You need to install a newer version of NodeJS.
Thank you. Update the docs?
Expected behaviour
The code compiles and runs
What Actually happened
The code didn't run and I got this error
Steps to reproduce