imagemin / cwebp-bin

cwebp bin-wrapper that makes it seamlessly available as a local dependency
https://developers.google.com/speed/webp
MIT License
93 stars 36 forks source link

Running command npm install gulp-webp --save-dev for error log as below #9

Closed pubaayaam closed 8 years ago

pubaayaam commented 8 years ago

cwebp-bin@3.0.0 postinstall c:\12810\gulp\webp.gzip.copy\node_modules\gulp-web p\node_modules\imagemin-webp\node_modules\cwebp-bin node lib/install.js

‼ unable to verify the first certificate ‼ cwebp pre-build test failed i compiling from source × Error: ./configure --disable-shared --prefix="c:\12810\gulp\webp.gzip.copy\n ode_modules\gulp-webp\node_modules\imagemin-webp\node_modules\cwebp-bin\vendor" --bindir="c:\12810\gulp\webp.gzip.copy\node_modules\gulp-webp\node_modules\image min-webp\node_modules\cwebp-bin\vendor" && make && make install Command failed: C:\Windows\system32\cmd.exe /s /c "./configure --disable-shared --prefix="c:\12810\gulp\webp.gzip.copy\node_modules\gulp-webp\node_modules\image min-webp\node_modules\cwebp-bin\vendor" --bindir="c:\12810\gulp\webp.gzip.copy\n ode_modules\gulp-webp\node_modules\imagemin-webp\node_modules\cwebp-bin\vendor""

'.' is not recognized as an internal or external command, operable program or batch file.

at ChildProcess.exithandler (child_process.js:751:12)
at ChildProcess.emit (events.js:110:17)
at maybeClose (child_process.js:1015:16)
at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
shinnn commented 8 years ago

@prakashsinhab Can you download http://downloads.webmproject.org/releases/webp/libwebp-0.4.3.tar.gz ?

pubaayaam commented 8 years ago

I could download the file.

Now what all should I be doing with it?

shinnn commented 8 years ago

Now what all should I be doing with it?

The simplest solution is to look into the problem by yourself, instead of just hurrying the maintainers.

shinnn commented 8 years ago

Probably this issue was fixed in the upstream project. https://github.com/request/tunnel-agent/pull/15

@prakashsinhab Feel free to comment more if the problem still occurs even though you use the latest cwebp-bin.

Roeefl commented 4 years ago

@shinnn Thanks a lot !!!!