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

NPM 3 Install Fails #51

Closed
gravidThoughts opened this issue Oct 16, 2015 · 5 comments
Closed

NPM 3 Install Fails #51

gravidThoughts opened this issue Oct 16, 2015 · 5 comments

Comments

@gravidThoughts
Copy link

node v4.1.2
npm
Windows 7 Enterprise

> gifsicle@3.0.1 postinstall C:\dev\Angular Testing\node_modules\gifsicle
> node lib/install.js

  ‼ Redirected 10 times. Aborting.
  ‼ gifsicle pre-build test failed
  i compiling from source
  x Error: autoreconf -ivf && ./configure --disable-gifview --disable-gifdiff --
prefix="C:\dev\Angular Testing\node_modules\gifsicle\vendor" --bindir="C:\dev\An
gular Testing\node_modules\gifsicle\vendor" && make install
Command failed: C:\WINDOWS\system32\cmd.exe /s /c "autoreconf -ivf"
'autoreconf' is not recognized as an internal or external command,
operable program or batch file.

    at ChildProcess.exithandler (child_process.js:203:12)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at maybeClose (internal/child_process.js:818:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
@kohler
Copy link
Owner

kohler commented Oct 16, 2015

This is not a gifsicle bug. You may report it to npm if you prefer.

@kohler kohler closed this as completed Oct 16, 2015
@gravidThoughts
Copy link
Author

@kohler Is it possible for gifsicle to build natively on a windows machine? My understanding is that autoreconf can only run in an environment like cygwin.

@kohler
Copy link
Owner

kohler commented Oct 16, 2015

Yes, it does build on Windows; see the README.

@gravidThoughts
Copy link
Author

@kohler Sorry, I wasn't clear, I meant build natively using npm method. If the gifsicle npm module fails to download the binary, it attempts to build locally. This will not work on a Windows machine, correct?

@kohler
Copy link
Owner

kohler commented Oct 16, 2015

This is the repository for Gifsicle. Not the Gifsicle NPM module. I do not maintain the Gifsicle NPM module. I have nothing to do with it.

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