-
Notifications
You must be signed in to change notification settings - Fork 55
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
Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "autoreconf -ivf" #33
Comments
What's up with this issue? |
any solution @zzroche. It seems error is when we try to install gifsicle globally. |
Any ideas? |
Global install with npm seems to fail on windows works fine when installed as dependency |
Any one has fixed this issue, i am seeing the same error in windows . |
@vsanse Which dependency was installed that worked for you? |
gifsicle |
In my case, it was worked around with running 'cmd' as administrator, |
I have tried your manner, but never works for me |
In my case, 3 steps solved this problem.
|
You can try to use cnpm of Taobao mirror: |
If ping raw.githubusercontent.com timed out
|
greate!! |
It works for me! |
This works for me. win10
|
thanks! |
this one works for me, but only at the second attempt. |
Not for me, on Windows 11, same issue.
|
I'm having the same issue on windows with a yarn package install involving gifsicle. However, I'm getting the same error if I use NPM
This doesn't seem to have anything to do with raw.githubusercontent.com, I can ping that URL just fine with no timeout. This is something else. I stumbled across this thread in another forum, not sure if there's a relationship, but there might be something regarding the version of gifsicle-bin? |
When I try to install gifsicle on Windows 10 Pro (with other gulp plugin I don't have any problem):
npm install imagemin-gifsicle --save-dev
‼ tunneling socket could not be established, cause=connect ECONNREFUSED 127.0.0.1:80
‼ gifsicle pre-build test failed
i compiling from source
× Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "autoreconf -ivf"
"autoreconf" non � riconosciuto come comando interno o esterno,
un programma eseguibile o un file batch.
npm WARN apodoc@1.0.0 No description
npm WARN apodoc@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! gifsicle@4.0.1 postinstall:
node lib/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the gifsicle@4.0.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
The text was updated successfully, but these errors were encountered: