davideicardi / live-plugin-manager

Plugin manager and installer for Node.JS
MIT License
233 stars 44 forks source link

no such file or directory, mkdir '/plugin_packages' #46

Closed WarrenJones closed 3 years ago

WarrenJones commented 3 years ago

I was using the plugin in mac and my application was base on electron,and it show such a bug in build mode,dev mode works well

WarrenJones commented 3 years ago

Okay it works now after I defined the

WarrenJones commented 3 years ago

pluginsPath: path.resolve(app.getPath('userData'), '.plugins'),

WarrenJones commented 3 years ago

It's such a gorgeous plugin, stars would comes greate sooner or later!

davideicardi commented 3 years ago

Thank you @WarrenJones !

Unfortunately with Electron there are some strange issues already reported in the past, like #13 . I don't have a lot of experience with Electron and never tested it properly.