I recently reinstalled this dependency, but it seems that this package can no longer be installed. I don't quite understand why this error occurs. Does anyone know why?
The following is the error message:
npm info lifecycle jpegtran-bin@5.0.2~postinstall: jpegtran-bin@5.0.2
⚠ connect ECONNREFUSED 0.0.0.0:443
⚠ jpegtran pre-build test failed
ℹ compiling from source
✖ Error: Command failed: /bin/sh -c ./configure --disable-shared --prefix="/Users/lodo/workspace/58pic_node_server/node_modules/jpegtran-bin/vendor" --bindir="/Users/lodo/workspace/58pic_node_server/node_modules/jpegtran-bin/vendor"
configure: error: no nasm (Netwide Assembler) found
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking dependency style of gcc... gcc3
checking build system type... x86_64-apple-darwin21.4.0
checking host system type... x86_64-apple-darwin21.4.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking how to convert x86_64-apple-darwin21.4.0 file names to x86_64-apple-darwin21.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin21.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether ln -s works... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking size of size_t... 8
checking whether compiler supports pointers to undefined structures... yes
checking whether SUNPRO_C is declared... no
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for string.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for size_t... yes
checking for unsigned char... yes
checking for unsigned short... yes
checking if right shift is signed... yes
checking for memset... yes
checking for memcpy... yes
checking libjpeg API version... 6.2
checking whether to include in-memory source/destination managers... yes
checking libjpeg shared library version... 62.2.0
checking whether the linker supports version scripts... yes (Sun style)
checking whether to use version script when building libjpeg-turbo... yes
checking for inline... inline attribute__((always_inline))
checking whether to include arithmetic encoding support... yes
checking whether to include arithmetic decoding support... yes
checking whether to use 12-bit samples... no
checking whether to build TurboJPEG C wrapper... yes
checking whether to build TurboJPEG Java wrapper... no
checking if we have SIMD optimisations for cpu type... yes (x86_64)
checking for nasm... no
checking for nasmw... no
checking for yasm... no
at /Users/lodo/workspace/58pic_node_server/node_modules/execa/index.js:231:11
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async Promise.all (index 0)
npm verb lifecycle jpegtran-bin@5.0.2~postinstall: unsafe-perm in lifecycle true
npm verb lifecycle jpegtran-bin@5.0.2~postinstall: PATH: /Users/lodo/.nvm/versions/node/v14.16.1/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/lodo/workspace/58pic_node_server/node_modules/jpegtran-bin/node_modules/.bin:/Users/lodo/workspace/58pic_node_server/node_modules/.bin:/Users/lodo/.nvm/versions/node/v14.16.1/bin:/Users/lodo/.pyenv/shims:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
npm verb lifecycle jpegtran-bin@5.0.2~postinstall: CWD: /Users/lodo/workspace/58pic_node_server/node_modules/jpegtran-bin
npm timing audit submit Completed in 752ms
npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 754ms
npm timing audit body Completed in 5ms
npm info lifecycle jpegtran-bin@5.0.2~postinstall: Failed to exec postinstall script
npm timing action:postinstall Completed in 14578ms
npm verb unlock done using /Users/lodo/.npm/_locks/staging-be6791e32af21bcc.lock for /Users/lodo/workspace/58pic_node_server/node_modules/.staging
npm timing stage:rollbackFailedOptional Completed in 50ms
npm timing stage:runTopLevelLifecycles Completed in 17545ms
npm verb stack Error: jpegtran-bin@5.0.2 postinstall: node lib/install.js
npm verb stack Exit status 1
npm verb stack at EventEmitter. (/Users/lodo/.nvm/versions/node/v14.16.1/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
npm verb stack at EventEmitter.emit (events.js:315:20)
npm verb stack at ChildProcess. (/Users/lodo/.nvm/versions/node/v14.16.1/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
npm verb stack at ChildProcess.emit (events.js:315:20)
npm verb stack at maybeClose (internal/child_process.js:1048:16)
npm verb stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
npm verb pkgid jpegtran-bin@5.0.2
npm verb cwd /Users/lodo/workspace/58pic_node_server
npm verb Darwin 21.4.0
npm verb argv "/Users/lodo/.nvm/versions/node/v14.16.1/bin/node" "/Users/lodo/.nvm/versions/node/v14.16.1/bin/npm" "i" "--verbose"
npm verb node v14.16.1
npm verb npm v6.14.12
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! jpegtran-bin@5.0.2 postinstall: node lib/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the jpegtran-bin@5.0.2 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm verb exit [ 1, true ]
npm timing npm Completed in 18250ms
I recently reinstalled this dependency, but it seems that this package can no longer be installed. I don't quite understand why this error occurs. Does anyone know why?
The following is the error message:
npm info lifecycle jpegtran-bin@5.0.2~postinstall: jpegtran-bin@5.0.2
⚠ connect ECONNREFUSED 0.0.0.0:443 ⚠ jpegtran pre-build test failed ℹ compiling from source ✖ Error: Command failed: /bin/sh -c ./configure --disable-shared --prefix="/Users/lodo/workspace/58pic_node_server/node_modules/jpegtran-bin/vendor" --bindir="/Users/lodo/workspace/58pic_node_server/node_modules/jpegtran-bin/vendor" configure: error: no nasm (Netwide Assembler) found
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking dependency style of gcc... gcc3 checking build system type... x86_64-apple-darwin21.4.0 checking host system type... x86_64-apple-darwin21.4.0 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786432 checking how to convert x86_64-apple-darwin21.4.0 file names to x86_64-apple-darwin21.4.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin21.4.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin21.4.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking whether ln -s works... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking size of size_t... 8 checking whether compiler supports pointers to undefined structures... yes checking whether SUNPRO_C is declared... no checking for ANSI C header files... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for string.h... (cached) yes checking for sys/types.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for size_t... yes checking for unsigned char... yes checking for unsigned short... yes checking if right shift is signed... yes checking for memset... yes checking for memcpy... yes checking libjpeg API version... 6.2 checking whether to include in-memory source/destination managers... yes checking libjpeg shared library version... 62.2.0 checking whether the linker supports version scripts... yes (Sun style) checking whether to use version script when building libjpeg-turbo... yes checking for inline... inline attribute__((always_inline)) checking whether to include arithmetic encoding support... yes checking whether to include arithmetic decoding support... yes checking whether to use 12-bit samples... no checking whether to build TurboJPEG C wrapper... yes checking whether to build TurboJPEG Java wrapper... no checking if we have SIMD optimisations for cpu type... yes (x86_64) checking for nasm... no checking for nasmw... no checking for yasm... no
npm verb lifecycle jpegtran-bin@5.0.2~postinstall: unsafe-perm in lifecycle true npm verb lifecycle jpegtran-bin@5.0.2~postinstall: PATH: /Users/lodo/.nvm/versions/node/v14.16.1/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/lodo/workspace/58pic_node_server/node_modules/jpegtran-bin/node_modules/.bin:/Users/lodo/workspace/58pic_node_server/node_modules/.bin:/Users/lodo/.nvm/versions/node/v14.16.1/bin:/Users/lodo/.pyenv/shims:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin npm verb lifecycle jpegtran-bin@5.0.2~postinstall: CWD: /Users/lodo/workspace/58pic_node_server/node_modules/jpegtran-bin npm timing audit submit Completed in 752ms npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 754ms npm timing audit body Completed in 5ms npm info lifecycle jpegtran-bin@5.0.2~postinstall: Failed to exec postinstall script npm timing action:postinstall Completed in 14578ms npm verb unlock done using /Users/lodo/.npm/_locks/staging-be6791e32af21bcc.lock for /Users/lodo/workspace/58pic_node_server/node_modules/.staging npm timing stage:rollbackFailedOptional Completed in 50ms npm timing stage:runTopLevelLifecycles Completed in 17545ms npm verb stack Error: jpegtran-bin@5.0.2 postinstall: (/Users/lodo/.nvm/versions/node/v14.16.1/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
npm verb stack at EventEmitter.emit (events.js:315:20)
npm verb stack at ChildProcess. (/Users/lodo/.nvm/versions/node/v14.16.1/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
npm verb stack at ChildProcess.emit (events.js:315:20)
npm verb stack at maybeClose (internal/child_process.js:1048:16)
npm verb stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
npm verb pkgid jpegtran-bin@5.0.2
npm verb cwd /Users/lodo/workspace/58pic_node_server
npm verb Darwin 21.4.0
npm verb argv "/Users/lodo/.nvm/versions/node/v14.16.1/bin/node" "/Users/lodo/.nvm/versions/node/v14.16.1/bin/npm" "i" "--verbose"
npm verb node v14.16.1
npm verb npm v6.14.12
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! jpegtran-bin@5.0.2 postinstall:
node lib/install.js
npm verb stack Exit status 1 npm verb stack at EventEmitter.node lib/install.js
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the jpegtran-bin@5.0.2 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm verb exit [ 1, true ] npm timing npm Completed in 18250ms