cerebroapp / cerebro

🔵 Cerebro is an open-source launcher to improve your productivity and efficiency
https://www.cerebroapp.com/
MIT License
8.35k stars 456 forks source link

Plugins unable to be triggered #169

Closed mijoharas closed 4 years ago

mijoharas commented 7 years ago

Only error is:

main.bundle.js:95675 The provided value 'moz-chunked-arraybuffer' is not a valid enum value of type XMLHttpRequestResponseType.

all of the plugins I have tried installing do not work. devdocs lipsum and linux so far are ones I've tested. (tried typing in devdocs, lipsum and shutdown to test the respective plugins, but nothing but google search and translate seems to come up).

The plugins appear to have installed themselves, and when I install a new plugin nothing seems untoward in either of the consoles.

maximbaz commented 7 years ago

What I additionally observed is that after I install the plugin it is appearing in ~/.config/Cerebro/plugins/package.json, but they are missing from ~/.config/Cerebro/plugins/node_modules/.

Furthermore, running npm install from ~/.config/Cerebro/plugins/ directory downloads the plugins and then they are working in cerebro.

KELiON commented 7 years ago

Hm, looks like I had to test properly #157 on Linux and Windows before merging it...

mijoharas commented 7 years ago

@maximbaz you're right, that looks like it's a decent workaround for now.