Closed dylansmith closed 4 years ago
Similar issue https://github.com/imagemin/pngquant-bin/issues/72
@kevva , @sindresorhus Could you guys assist with it? Thanks!
I have a similar issue
> jpegtran-bin@3.2.0 postinstall C:\x\images\node_modules\jpegtran-bin
> node lib/install.js
‼ unable to get local issuer certificate
‼ jpegtran pre-build test failed
i compiling from source
× Error: touch configure.ac aclocal.m4 configure Makefile.am Makefile.in && ./configure --disable-shared --prefix="C:\x\images\node_modules\j
pegtran-bin\vendor" --bindir="C:\x\images\node_modules\jpegtran-bin\vendor" && make install
Command failed: ./configure --disable-shared --prefix="C:\x\images\node_modules\jpegtran-bin\vendor" --bindir="C:\x\images\node_modules\jpegtran-bin\vendor"
'.' is not recognized as an internal or external command,
operable program or batch file.
at ChildProcess.exithandler (child_process.js:275:12)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
npm WARN images@1.0.0 No description
npm WARN images@1.0.0 No repository field.
+ jpegtran-bin@3.2.0
updated 1 package in 14.087s
Fixed 3f50620.
We've had an issue today where our CI build failed silently because jpegtran-bin failed to install as a result of a 504:
As a result, our service was stuck in a death loop. It would be far preferable if
install.js
did aprocess.exit(1)
or re-throw rather than simplyreturn
.