james-tindal / obsidian-mindmap-nextgen

Create mind maps from your obsidian markdown files
169 stars 9 forks source link

Can not load the plugin built from "npm run dev" #210

Open Jenna225 opened 6 days ago

Jenna225 commented 6 days ago

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)

Can anyone help to see this issue? Thanks a lot.

james-tindal commented 5 days ago

I've written a new explanation of how to run it. Let me know if you have any problems with that.