Skip to content

Failed to compile the project (npm ERR! collect2: error: ld returned 1 exit status) #4

@unoexperto

Description

@unoexperto

Could you please advise why I'm getting following error on npm install ?

npm ERR! code 1
npm ERR! path /home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform
npm ERR! command failed
npm ERR! command sh -c node scripts/install.js
npm ERR! No working prebuilt compiler
npm ERR! Build a local version of OCaml compiler, it may take a couple of minutes
npm ERR! Configuring for host x86_64-unknown-linux-gnu ...
npm ERR! Configuring for target x86_64-unknown-linux-gnu ...
npm ERR! Using compiler gcc.
npm ERR! The C compiler is ANSI-compliant.
npm ERR! Checking the sizes of integers and pointers...
npm ERR! Wow! A 64 bit architecture!
npm ERR! This is a little-endian architecture.
npm ERR! Doubles can be word-aligned.
npm ERR! 64-bit integers can be word-aligned.
npm ERR! Native division and modulus have round-towards-zero semantics, will use them.
npm ERR! ranlib found
npm ERR! #! appears to work in shell scripts.
npm ERR! POSIX signal handling found.
npm ERR! expm1(), log1p(), hypot(), copysign() found.
npm ERR! getrusage() found.
npm ERR! times() found.
npm ERR! You have BSD sockets.
npm ERR! socklen_t is defined in <sys/socket.h>
npm ERR! inet_aton() found.
npm ERR! IPv6 is supported.
npm ERR! unistd.h found.
npm ERR! off_t is defined in <sys/types.h>
npm ERR! dirent.h found.
npm ERR! rewinddir() found.
npm ERR! lockf() found.
npm ERR! mkfifo() found.
npm ERR! getcwd() found.
npm ERR! getwd() found.
npm ERR! getpriority() found.
npm ERR! utime() found.
npm ERR! utimes() found.
npm ERR! dup2() found.
npm ERR! fchmod() found.
npm ERR! truncate() found.
npm ERR! sys/select.h found.
npm ERR! select() found.
npm ERR! symlink() found.
npm ERR! waitpid() found.
npm ERR! wait4() found.
npm ERR! getgroups() found.
npm ERR! setgroups() found.
npm ERR! initgroups() found.
npm ERR! POSIX termios found.
npm ERR! Asynchronous I/O are supported.
npm ERR! setitimer() found.
npm ERR! gethostname() found.
npm ERR! uname() found.
npm ERR! gettimeofday() found.
npm ERR! mktime() found.
npm ERR! setsid() found.
npm ERR! putenv() found.
npm ERR! setlocale() and <locale.h> found.
npm ERR! dlopen() found.
npm ERR! mmap() found.
npm ERR! pwrite() found
npm ERR! stat() supports nanosecond precision.
npm ERR! gethostbyname_r() found (with 6 arguments).
npm ERR! gethostbyaddr_r() found (with 8 arguments).
npm ERR! mkstemp() found
npm ERR! nice() found
npm ERR! System stack overflow can be detected.
npm ERR! Bytecode threads library supported.
npm ERR! [WARNING] Cannot compile X11 program.
npm ERR! [WARNING] X11 not found, the "graph" library will not be supported.
npm ERR! [WARNING] BFD library not found, 'objinfo' will be unable to display info on .cmxs files.
npm ERR! Assembler supports CFI
npm ERR! 
npm ERR! ** Configuration summary **
npm ERR! 
npm ERR! Directories where OCaml will be installed:
npm ERR!         binaries.................. /home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/vendor/ocaml/bin
npm ERR!         standard library.......... /home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/vendor/ocaml/lib/ocaml
npm ERR!         manual pages.............. /home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/vendor/ocaml/man (with extension .1)
npm ERR! Configuration for the bytecode compiler:
npm ERR!         C compiler used........... gcc
npm ERR!         options for compiling..... -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64
npm ERR!         options for linking.......   -lm   
npm ERR!         shared libraries not supported
npm ERR! Configuration for the native-code compiler:
npm ERR!         hardware architecture..... amd64
npm ERR!         OS variant................ linux
npm ERR!         C compiler used........... gcc
npm ERR!         options for compiling..... -O -Wall -D_FILE_OFFSET_BITS=64
npm ERR!         options for linking.......   -lm
npm ERR!         assembler ................ as
npm ERR!         preprocessed assembler ... gcc -c
npm ERR!         assembler supports CFI ... yes
npm ERR!         with frame pointers....... no
npm ERR!         naked pointers forbidden.. no
npm ERR!         native dynlink ........... false
npm ERR!         profiling with gprof ..... supported
npm ERR! Source-level replay debugger: not supported
npm ERR! Additional libraries supported:
npm ERR!         unix str num dynlink bigarray threads
npm ERR! Configuration for the "num" library:
npm ERR!         target architecture ...... amd64 (asm level 1)
npm ERR! The "graph" library: not supported
npm ERR! 
npm ERR! ** OCaml configuration completed successfully **
npm ERR! 
npm ERR! make coldstart
npm ERR! make[1]: Entering directory '/home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/vendor/ocaml'
npm ERR! cd byterun; make all
npm ERR! make[2]: Entering directory '/home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/vendor/ocaml/byterun'
npm ERR! sed -n -e '/^  /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
npm ERR!        -e '/^}/q' caml/instruct.h > caml/jumptbl.h
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o misc.o misc.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o stacks.o stacks.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o fix_code.o fix_code.c
npm ERR! ../tools/make-version-header.sh ../VERSION > caml/version.h
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o freelist.o freelist.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o major_gc.o major_gc.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o minor_gc.o minor_gc.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o memory.o memory.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o alloc.o alloc.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o roots.o roots.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o globroots.o globroots.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o fail.o fail.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o signals.o signals.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o signals_byt.o signals_byt.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o printexc.o printexc.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o backtrace.o backtrace.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o compare.o compare.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o ints.o ints.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o floats.o floats.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o str.o str.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o array.o array.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o io.o io.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o extern.o extern.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o intern.o intern.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o hash.o hash.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o sys.o sys.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o meta.o meta.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o parsing.o parsing.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o gc_ctrl.o gc_ctrl.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o terminfo.o terminfo.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o md5.o md5.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o obj.o obj.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o lexing.o lexing.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o callback.o callback.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o debugger.o debugger.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o weak.o weak.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o compact.o compact.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o finalise.o finalise.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o custom.o custom.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o dynlink.o dynlink.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o unix.o unix.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o main.o main.c
npm ERR! sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c backtrace.c \
npm ERR!   | sort | uniq > primitives
npm ERR! echo "/home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/vendor/ocaml/lib/ocaml/stublibs" > ld.conf
npm ERR! echo "/home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/vendor/ocaml/lib/ocaml" >> ld.conf
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o interp.o interp.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o startup.o startup.c
npm ERR! (echo '#include "caml/mlvalues.h"'; \
npm ERR!  echo '#include "caml/prims.h"'; \
npm ERR!  sed -e 's/.*/extern value &();/' primitives; \
npm ERR!  echo 'c_primitive caml_builtin_cprim[] = {'; \
npm ERR!  sed -e 's/.*/ &,/' primitives; \
npm ERR!  echo '         0 };'; \
npm ERR!  echo 'char * caml_names_of_builtin_cprim[] = {'; \
npm ERR!  sed -e 's/.*/ "&",/' primitives; \
npm ERR!  echo '         0 };') > prims.c
npm ERR! gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64    -c -o prims.o prims.c
npm ERR! ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o signals_byt.o printexc.o backtrace.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o meta.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o callback.o debugger.o weak.o compact.o finalise.o custom.o dynlink.o unix.o main.o
npm ERR! ranlib libcamlrun.a
npm ERR! gcc  -o ocamlrun \
npm ERR!          prims.o libcamlrun.a -lm   
npm ERR! make[2]: Leaving directory '/home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/vendor/ocaml/byterun'
npm ERR! make[1]: Leaving directory '/home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/vendor/ocaml'
npm ERR! 
npm ERR! signals.c: In function ‘caml_execute_signal’:
npm ERR! signals.c:140:33: warning: passing argument 3 to ‘restrict’-qualified parameter aliases with argument 2 [-Wrestrict]
npm ERR!   140 |   sigprocmask(SIG_BLOCK, &sigs, &sigs);
npm ERR!       |                          ~~~~~  ^~~~~
npm ERR! /usr/bin/ld: libcamlrun.a(ints.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(extern.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(intern.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(meta.o):(.bss+0x10): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(debugger.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(fix_code.o):(.bss+0x30): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(startup.o):(.bss+0x800): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! collect2: error: ld returned 1 exit status
npm ERR! make[2]: *** [Makefile:26: ocamlrun] Error 1
npm ERR! make[1]: *** [Makefile:189: coldstart] Error 2
npm ERR! make: *** [Makefile:143: world.opt] Error 2
npm ERR! 
npm ERR! Building a local version of the OCaml compiler failed, check the output above for more information. A possible problem is that you don't have a compiler installed.
npm ERR! /bin/sh: 1: ocamlc.opt: not found
npm ERR! signals.c: In function ‘caml_execute_signal’:
npm ERR! signals.c:140:33: warning: passing argument 3 to ‘restrict’-qualified parameter aliases with argument 2 [-Wrestrict]
npm ERR!   140 |   sigprocmask(SIG_BLOCK, &sigs, &sigs);
npm ERR!       |                          ~~~~~  ^~~~~
npm ERR! /usr/bin/ld: libcamlrun.a(ints.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(extern.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(intern.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(meta.o):(.bss+0x10): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(debugger.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(fix_code.o):(.bss+0x30): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(startup.o):(.bss+0x800): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! collect2: error: ld returned 1 exit status
npm ERR! make[2]: *** [Makefile:26: ocamlrun] Error 1
npm ERR! make[1]: *** [Makefile:189: coldstart] Error 2
npm ERR! make: *** [Makefile:143: world.opt] Error 2
npm ERR! /home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/scripts/install.js:111
npm ERR!             throw e;
npm ERR!             ^
npm ERR! 
npm ERR! Error: Command failed: /home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/scripts/buildocaml.sh
npm ERR! signals.c: In function ‘caml_execute_signal’:
npm ERR! signals.c:140:33: warning: passing argument 3 to ‘restrict’-qualified parameter aliases with argument 2 [-Wrestrict]
npm ERR!   140 |   sigprocmask(SIG_BLOCK, &sigs, &sigs);
npm ERR!       |                          ~~~~~  ^~~~~
npm ERR! /usr/bin/ld: libcamlrun.a(ints.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(extern.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(intern.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(meta.o):(.bss+0x10): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(debugger.o):(.bss+0x0): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(fix_code.o):(.bss+0x30): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! /usr/bin/ld: libcamlrun.a(startup.o):(.bss+0x800): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here
npm ERR! collect2: error: ld returned 1 exit status
npm ERR! make[2]: *** [Makefile:26: ocamlrun] Error 1
npm ERR! make[1]: *** [Makefile:189: coldstart] Error 2
npm ERR! make: *** [Makefile:143: world.opt] Error 2
npm ERR! 
npm ERR!     at checkExecSyncError (node:child_process:887:11)
npm ERR!     at Object.execFileSync (node:child_process:923:15)
npm ERR!     at tryToProvideOCamlCompiler (/home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/scripts/install.js:106:27)
npm ERR!     at non_windows_npm_release (/home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/scripts/install.js:157:9)
npm ERR!     at Object.<anonymous> (/home/expert/work/sideprojects/ocaml/bs-tea-starter-kit/node_modules/bs-platform/scripts/install.js:188:5)
npm ERR!     at Module._compile (node:internal/modules/cjs/loader:1233:14)
npm ERR!     at Module._extensions..js (node:internal/modules/cjs/loader:1287:10)
npm ERR!     at Module.load (node:internal/modules/cjs/loader:1091:32)
npm ERR!     at Module._load (node:internal/modules/cjs/loader:938:12) {
npm ERR!   status: 2,
npm ERR!   signal: null,
npm ERR!   output: [
npm ERR!     null,
npm ERR!     Buffer(9668) [Uint8Array] [
npm ERR!        67, 111, 110, 102, 105, 103, 117, 114, 105, 110, 103,  32,
npm ERR!       102, 111, 114,  32, 104, 111, 115, 116,  32, 120,  56,  54,
npm ERR!        95,  54,  52,  45, 117, 110, 107, 110, 111, 119, 110,  45,
npm ERR!       108, 105, 110, 117, 120,  45, 103, 110, 117,  32,  46,  46,
npm ERR!        46,  10,  67, 111, 110, 102, 105, 103, 117, 114, 105, 110,
npm ERR!       103,  32, 102, 111, 114,  32, 116,  97, 114, 103, 101, 116,
npm ERR!        32, 120,  56,  54,  95,  54,  52,  45, 117, 110, 107, 110,
npm ERR!       111, 119, 110,  45, 108, 105, 110, 117, 120,  45, 103, 110,
npm ERR!       117,  32,  46,  46,
npm ERR!       ... 9568 more items
npm ERR!     ],
npm ERR!     Buffer(1555) [Uint8Array] [
npm ERR!       115, 105, 103, 110,  97, 108, 115,  46,  99,  58,  32,  73,
npm ERR!       110,  32, 102, 117, 110,  99, 116, 105, 111, 110,  32, 226,
npm ERR!       128, 152,  99,  97, 109, 108,  95, 101, 120, 101,  99, 117,
npm ERR!       116, 101,  95, 115, 105, 103, 110,  97, 108, 226, 128, 153,
npm ERR!        58,  10, 115, 105, 103, 110,  97, 108, 115,  46,  99,  58,
npm ERR!        49,  52,  48,  58,  51,  51,  58,  32, 119,  97, 114, 110,
npm ERR!       105, 110, 103,  58,  32, 112,  97, 115, 115, 105, 110, 103,
npm ERR!        32,  97, 114, 103, 117, 109, 101, 110, 116,  32,  51,  32,
npm ERR!       116, 111,  32, 226,
npm ERR!       ... 1455 more items
npm ERR!     ]
npm ERR!   ],
npm ERR!   pid: 171746,
npm ERR!   stdout: Buffer(9668) [Uint8Array] [
npm ERR!      67, 111, 110, 102, 105, 103, 117, 114, 105, 110, 103,  32,
npm ERR!     102, 111, 114,  32, 104, 111, 115, 116,  32, 120,  56,  54,
npm ERR!      95,  54,  52,  45, 117, 110, 107, 110, 111, 119, 110,  45,
npm ERR!     108, 105, 110, 117, 120,  45, 103, 110, 117,  32,  46,  46,
npm ERR!      46,  10,  67, 111, 110, 102, 105, 103, 117, 114, 105, 110,
npm ERR!     103,  32, 102, 111, 114,  32, 116,  97, 114, 103, 101, 116,
npm ERR!      32, 120,  56,  54,  95,  54,  52,  45, 117, 110, 107, 110,
npm ERR!     111, 119, 110,  45, 108, 105, 110, 117, 120,  45, 103, 110,
npm ERR!     117,  32,  46,  46,
npm ERR!     ... 9568 more items
npm ERR!   ],
npm ERR!   stderr: Buffer(1555) [Uint8Array] [
npm ERR!     115, 105, 103, 110,  97, 108, 115,  46,  99,  58,  32,  73,
npm ERR!     110,  32, 102, 117, 110,  99, 116, 105, 111, 110,  32, 226,
npm ERR!     128, 152,  99,  97, 109, 108,  95, 101, 120, 101,  99, 117,
npm ERR!     116, 101,  95, 115, 105, 103, 110,  97, 108, 226, 128, 153,
npm ERR!      58,  10, 115, 105, 103, 110,  97, 108, 115,  46,  99,  58,
npm ERR!      49,  52,  48,  58,  51,  51,  58,  32, 119,  97, 114, 110,
npm ERR!     105, 110, 103,  58,  32, 112,  97, 115, 115, 105, 110, 103,
npm ERR!      32,  97, 114, 103, 117, 109, 101, 110, 116,  32,  51,  32,
npm ERR!     116, 111,  32, 226,
npm ERR!     ... 1455 more items
npm ERR!   ]
npm ERR! }
npm ERR! 
npm ERR! Node.js v20.5.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions