SkepticMystic / graph-analysis

Analyse the structure of your Obsidian graph using various analysis techniques
GNU General Public License v3.0
400 stars 19 forks source link

Plugin fails to load: Cannot find module 'src/constants' #11

Closed channingwalton closed 2 years ago

channingwalton commented 2 years ago

Obsidian version: 0.12.19 graph-analysis version: 0.0.35

app.js:1 Plugin failure: graph-analysis Error: Cannot find module 'src/constants'
Require stack:
- electron/js2c/renderer_init
    at Module._resolveFilename (internal/modules/cjs/loader.js:887)
    at Function.o._resolveFilename (electron/js2c/renderer_init.js:33)
    at Module._load (internal/modules/cjs/loader.js:732)
    at Function.f._load (electron/js2c/asar_bundle.js:5)
    at Function.o._load (electron/js2c/renderer_init.js:33)
    at Module.require (internal/modules/cjs/loader.js:959)
    at require (internal/modules/cjs/helpers.js:88)
    at Be (app.js:1)
    at a (app.js:1)
    at anonymous (eval at <anonymous> (app.js:1), <anonymous>:9:17)
SkepticMystic commented 2 years ago

Thanks for the report Channing. I also get this issue after installing it from the github release. We're working on resolving it

SkepticMystic commented 2 years ago

@channingwalton confirmed to be fixed on my side in 0.0.37. Will you let me know if it's working for you again?

channingwalton commented 2 years ago

@SkepticMystic that works, thanks!