hi, i clone the repo and install all dependencies
and give me this error when i run npm run dev:
> obsidian-sample-plugin@1.0.0 dev
> node esbuild.config.mjs
file:///home/alex/Objectives/LifeVault/.obsidian/plugins/Life_app_Obsidina_pluging/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)
I don't understand, it seems like an error in the esbuild library, although I really have no idea, I'm quite an amateur
hi, i clone the repo and install all dependencies and give me this error when i run
npm run dev
:I don't understand, it seems like an error in the esbuild library, although I really have no idea, I'm quite an amateur