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

different binary version for different platform on version 3.0.4 #82

Open
Triplkrypl opened this issue Nov 13, 2017 · 1 comment
Open

Comments

@Triplkrypl
Copy link

Hi.
I have problem witch your package on linux x86, we use some packages for frontend on web aplication.
One package for compile js, css and other things use imagemin/gifsicle-bin version 3.0.4.
This package use gifsicle parameter: gifsicle --no-app-extensions.

If i install package over npm, on my local mashine will be installed gifsicle binary version: 1.71
from source: https://raw.githubusercontent.com/imagemin/gifsicle-bin/v3.0.4/vendor/linux/x64/gifsicle

On linux x64 is other binary version: 1.87
from source: https://raw.githubusercontent.com/imagemin/gifsicle-bin/v3.0.4/vendor/linux/x64/gifsicle

The main ploblem is that gifsicle 1.71 do not have console parametr "--no-app-extensions" and my frontend build fails on error: missing parameter, if is operation with gif picture.

Can you fix it with new release where is binary file on same version for all platforms?
It is big problem becouse developers use platform what they like and they will expect than if they install npm package with same version on diferent platform, package will have same behaviours.

@sirdiego
Copy link

Hi, we have the same problem.

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