Skip to content
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

svgo worker: didn't get version of svgo #87

Open
dt1973 opened this issue Jul 4, 2015 · 3 comments
Open

svgo worker: didn't get version of svgo #87

dt1973 opened this issue Jul 4, 2015 · 3 comments

Comments

@dt1973
Copy link

dt1973 commented Jul 4, 2015

Pardon me if this isn't related, but I'm getting:

svgo worker: didn't get version of svgo ? at /usr/local/bin/svgo; please provide proper binary or disable this worker (--no-svgo argument or `:svgo => false` through options)

after doing npm install svgo here on FreeBSD.

% svgo -v
0.5.3

I'm trying to set up Discourse (https://github.com/discourse/discourse) which uses image_optim.

Patched this up temporarily by setting svgo: false in .image_optim.yml.

@toy
Copy link
Owner

toy commented Jul 4, 2015

Could you check the output of which -a svgo and /usr/local/bin/svgo -v. By the message image_optim resolves svgo to /usr/local/bin/svgo and this binary does not return version as expected.

@dt1973
Copy link
Author

dt1973 commented Jul 4, 2015

Looks okay from here:

% which -a svgo
/usr/local/bin/svgo
% /usr/local/bin/svgo -v
0.5.3

@toy
Copy link
Owner

toy commented Jul 4, 2015

What about image_optim --info?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants