Hi all,
I've tried both node 22 or 16, but still get the same error when loaded the plugin in the TEST_VAULT
created by npm run dev command.
Here is the error:
app.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'manifest')
at new t (app.js:1:2196402)
at new SettingsTab (plugin:obsidian-mindmap-nextgen:44088:9)
at createSettingsTab (plugin:obsidian-mindmap-nextgen:1309:49)
at Plugin.eval (plugin:obsidian-mindmap-nextgen:44347:32)
at Generator.next (<anonymous>)
at fulfilled (plugin:obsidian-mindmap-nextgen:23:58)
Hi all, I've tried both node 22 or 16, but still get the same error when loaded the plugin in the TEST_VAULT created by
npm run dev
command.Here is the error:
Can anyone help to see this issue? Thanks a lot.