-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clipboard crashes when you update plugins. #12
Comments
Thank you for reporting this! |
@cecoates It seems the dependencies of Could you try run upgrade again? or manually re-install the dependencies: $ cd ~/.zazu/plugins/tinytacoteam/zazu-clipboard/
$ git pull
$ rm -rf node_modules
$ npm i --production |
Same happens to me.
When I run This is with zazu v0.4.0 on ubuntu 16.10 |
@antoine-atmire what version of git do you have, if any? Is that the node_modules before or after the |
That list is when zazu updates its plugin. This is the list when I run My git version is 2.9.3 |
When you update plugins, and then launch Zazu again, the clipboard crashes with the error:
"ENOENT: no such file or directory, open '/home/cecoates/.zazu/plugins/tinytacoteam/zazu-clipboard/node_modules/underscore/underscore.js'"
It will also sometimes return the same error mentioned here:
#9
Deleting zazu-clipboard and clicking reload config fixes it. But the next time you click update plugins it happens again.
Expected Behavior
Click update plugins. Launch Zazu. No errors.
Actual Behavior
Click update plugins. Launch Zazu. Clipboard crashes with error.
Steps to reproduce the behavior
Select update plugins. Alt+Space to start Zazu. Clipboard crashes.
Versions
Zazu: 2.3
OS: Linux debian 4.8.0-2-amd64 #1 SMP Debian 4.8.11-1 (2016-12-02) x86_64 GNU/Linux
jan 6 2017 7-45 pm - edited
GIT (if you have it installed):
Please, include a link to gist of most applicable ~/.zazu/log/ file.
zazu.log (copy).2017-01-09.txt
http://cld.wthms.co/PWn0
The text was updated successfully, but these errors were encountered: