Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
22 kB
3
Indexable
Never
(mlc-web-llm) cfruan@catalyst-fleet:/ssd1/cfruan/web-llm/examples/get-started$ npm install

> msgpackr-extract@3.0.2 install /ssd1/cfruan/web-llm/examples/get-started/node_modules/msgpackr-extract
> node-gyp-build-optional-packages

/usr/share/nodejs/node-gyp/gyp/gyp_main.py:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pkg_resources import load_entry_point
make: Entering directory '/ssd1/cfruan/web-llm/examples/get-started/node_modules/msgpackr-extract/build'
  CXX(target) Release/obj.target/extract/src/extract.o
../src/extract.cpp: In member function ‘napi_value__* Extractor::extractStrings(napi_env, uint32_t, uint32_t, uint8_t*)’:
../src/extract.cpp:166:121: error: no matching function for call to ‘v8::Array::New(v8::Isolate*, v8::Local<v8::Value>*, uint32_t&)’
  166 |   v8::Local<v8::Array> v8Array = v8::Array::New(v8::Isolate::GetCurrent(), (v8::Local<v8::Value>*) target, writePosition);
      |                                                                                                                         ^
In file included from ../src/extract.cpp:10:
/usr/include/nodejs/deps/v8/include/v8.h:3674:23: note: candidate: ‘static v8::Local<v8::Array> v8::Array::New(v8::Isolate*, int)’
 3674 |   static Local<Array> New(Isolate* isolate, int length = 0);
      |                       ^~~
/usr/include/nodejs/deps/v8/include/v8.h:3674:23: note:   candidate expects 2 arguments, 3 provided
../src/extract.cpp:167:3: error: ‘memcpy’ was not declared in this scope
  167 |   memcpy(&array, &v8Array, sizeof(array));
      |   ^~~~~~
../src/extract.cpp:11:1: note: ‘memcpy’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
   10 | #include <v8.h>
  +++ |+#include <cstring>
   11 | #endif
make: *** [extract.target.mk:119: Release/obj.target/extract/src/extract.o] Error 1
make: Leaving directory '/ssd1/cfruan/web-llm/examples/get-started/node_modules/msgpackr-extract/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/share/nodejs/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Linux 5.4.0-149-generic
gyp ERR! command "/usr/bin/node" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /ssd1/cfruan/web-llm/examples/get-started/node_modules/msgpackr-extract
gyp ERR! node -v v10.19.0
gyp ERR! node-gyp -v v6.1.0
gyp ERR! not ok 

> lmdb@2.7.11 install /ssd1/cfruan/web-llm/examples/get-started/node_modules/lmdb
> node-gyp-build-optional-packages

/usr/share/nodejs/node-gyp/gyp/gyp_main.py:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pkg_resources import load_entry_point
make: Entering directory '/ssd1/cfruan/web-llm/examples/get-started/node_modules/lmdb/build'
  CXX(target) Release/obj.target/lmdb/src/lmdb-js.o
  CC(target) Release/obj.target/lmdb/dependencies/lmdb/libraries/liblmdb/midl.o
  CC(target) Release/obj.target/lmdb/dependencies/lmdb/libraries/liblmdb/chacha8.o
  CC(target) Release/obj.target/lmdb/dependencies/lz4/lib/lz4.o
  CXX(target) Release/obj.target/lmdb/src/writer.o
../src/writer.cpp: In member function ‘Napi::Value EnvWrap::startWriting(const Napi::CallbackInfo&)’:
../src/writer.cpp:500:14: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
  500 |  napi_status status;
      |              ^~~~~~
../src/writer.cpp: In member function ‘int WriteWorker::WaitForCallbacks(MDB_txn**, bool, uint32_t*)’:
../src/writer.cpp:117:11: warning: ‘start’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  117 |  uint64_t start;
      |           ^~~~~
  CXX(target) Release/obj.target/lmdb/src/env.o
../src/env.cpp: In function ‘napi_value__* getSharedBuffer(napi_env, napi_callback_info)’:
../src/env.cpp:491:5: error: ‘napi_detach_arraybuffer’ was not declared in this scope; did you mean ‘napi_create_arraybuffer’?
  491 |     napi_detach_arraybuffer(env, arrayBuffer);
      |     ^~~~~~~~~~~~~~~~~~~~~~~
      |     napi_create_arraybuffer
../src/env.cpp:499:72: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
  499 |                 fprintf(stderr, "Getting invalid shared buffer size %llu from start: %llu to %end: %llu", size, start, end);
      |                                                                     ~~~^                                  ~~~~
      |                                                                        |                                  |
      |                                                                        long long unsigned int             size_t {aka long unsigned int}
      |                                                                     %lu
../src/env.cpp:499:89: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘char*’ [-Wformat=]
  499 |                 fprintf(stderr, "Getting invalid shared buffer size %llu from start: %llu to %end: %llu", size, start, end);
      |                                                                                      ~~~^                       ~~~~~
      |                                                                                         |                       |
      |                                                                                         long long unsigned int  char*
      |                                                                                      %s
../src/env.cpp:499:95: warning: format ‘%e’ expects argument of type ‘double’, but argument 5 has type ‘char*’ [-Wformat=]
  499 |                 fprintf(stderr, "Getting invalid shared buffer size %llu from start: %llu to %end: %llu", size, start, end);
      |                                                                                              ~^                        ~~~
      |                                                                                               |                        |
      |                                                                                               double                   char*
      |                                                                                              %s
../src/env.cpp:499:103: warning: format ‘%llu’ expects a matching ‘long long unsigned int’ argument [-Wformat=]
  499 |                 fprintf(stderr, "Getting invalid shared buffer size %llu from start: %llu to %end: %llu", size, start, end);
      |                                                                                                    ~~~^
      |                                                                                                       |
      |                                                                                                       long long unsigned int
../src/env.cpp: In member function ‘void EnvWrap::closeEnv(bool)’:
../src/env.cpp:660:7: error: ‘napi_detach_arraybuffer’ was not declared in this scope; did you mean ‘napi_create_arraybuffer’?
  660 |       napi_detach_arraybuffer(napiEnv, arrayBuffer);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
      |       napi_create_arraybuffer
make: *** [lmdb.target.mk:149: Release/obj.target/lmdb/src/env.o] Error 1
make: Leaving directory '/ssd1/cfruan/web-llm/examples/get-started/node_modules/lmdb/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/share/nodejs/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Linux 5.4.0-149-generic
gyp ERR! command "/usr/bin/node" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /ssd1/cfruan/web-llm/examples/get-started/node_modules/lmdb
gyp ERR! node -v v10.19.0
gyp ERR! node-gyp -v v6.1.0
gyp ERR! not ok 
npm WARN notsup Unsupported engine for @parcel/cache@2.9.3: wanted: {"node":">= 12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: @parcel/cache@2.9.3
npm WARN notsup Unsupported engine for @parcel/workers@2.9.3: wanted: {"node":">= 12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: @parcel/workers@2.9.3
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-android-arm64@2.2.0 (node_modules/@parcel/watcher/node_modules/@parcel/watcher-android-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-android-arm64@2.2.0: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-linux-arm-glibc@2.2.0 (node_modules/@parcel/watcher/node_modules/@parcel/watcher-linux-arm-glibc):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-linux-arm-glibc@2.2.0: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-linux-arm64-glibc@2.2.0 (node_modules/@parcel/watcher/node_modules/@parcel/watcher-linux-arm64-glibc):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-linux-arm64-glibc@2.2.0: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-darwin-x64@2.2.0 (node_modules/@parcel/watcher/node_modules/@parcel/watcher-darwin-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-darwin-x64@2.2.0: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-linux-arm64-musl@2.2.0 (node_modules/@parcel/watcher/node_modules/@parcel/watcher-linux-arm64-musl):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-linux-arm64-musl@2.2.0: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-darwin-arm64@2.2.0 (node_modules/@parcel/watcher/node_modules/@parcel/watcher-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-darwin-arm64@2.2.0: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-win32-arm64@2.2.0 (node_modules/@parcel/watcher/node_modules/@parcel/watcher-win32-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-win32-arm64@2.2.0: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-win32-x64@2.2.0 (node_modules/@parcel/watcher/node_modules/@parcel/watcher-win32-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-win32-x64@2.2.0: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @lmdb/lmdb-darwin-arm64@2.7.11 (node_modules/lmdb/node_modules/@lmdb/lmdb-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @lmdb/lmdb-darwin-arm64@2.7.11: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @lmdb/lmdb-linux-arm64@2.7.11 (node_modules/lmdb/node_modules/@lmdb/lmdb-linux-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @lmdb/lmdb-linux-arm64@2.7.11: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @lmdb/lmdb-darwin-x64@2.7.11 (node_modules/lmdb/node_modules/@lmdb/lmdb-darwin-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @lmdb/lmdb-darwin-x64@2.7.11: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @lmdb/lmdb-win32-x64@2.7.11 (node_modules/lmdb/node_modules/@lmdb/lmdb-win32-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @lmdb/lmdb-win32-x64@2.7.11: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @lmdb/lmdb-linux-arm@2.7.11 (node_modules/lmdb/node_modules/@lmdb/lmdb-linux-arm):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @lmdb/lmdb-linux-arm@2.7.11: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @msgpackr-extract/msgpackr-extract-darwin-x64@3.0.2 (node_modules/msgpackr-extract/node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @msgpackr-extract/msgpackr-extract-darwin-x64@3.0.2: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @msgpackr-extract/msgpackr-extract-linux-arm@3.0.2 (node_modules/msgpackr-extract/node_modules/@msgpackr-extract/msgpackr-extract-linux-arm):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @msgpackr-extract/msgpackr-extract-linux-arm@3.0.2: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.2 (node_modules/msgpackr-extract/node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.2: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @msgpackr-extract/msgpackr-extract-linux-arm64@3.0.2 (node_modules/msgpackr-extract/node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @msgpackr-extract/msgpackr-extract-linux-arm64@3.0.2: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @msgpackr-extract/msgpackr-extract-win32-x64@3.0.2 (node_modules/msgpackr-extract/node_modules/@msgpackr-extract/msgpackr-extract-win32-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @msgpackr-extract/msgpackr-extract-win32-x64@3.0.2: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN notsup Unsupported engine for lightningcss-darwin-x64@1.21.5: wanted: {"node":">= 12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: lightningcss-darwin-x64@1.21.5
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: lightningcss-darwin-x64@1.21.5 (node_modules/lightningcss/node_modules/lightningcss-darwin-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for lightningcss-darwin-x64@1.21.5: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN notsup Unsupported engine for lightningcss-darwin-arm64@1.21.5: wanted: {"node":">= 12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: lightningcss-darwin-arm64@1.21.5
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: lightningcss-darwin-arm64@1.21.5 (node_modules/lightningcss/node_modules/lightningcss-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for lightningcss-darwin-arm64@1.21.5: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN notsup Unsupported engine for lightningcss-linux-arm64-musl@1.21.5: wanted: {"node":">= 12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: lightningcss-linux-arm64-musl@1.21.5
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: lightningcss-linux-arm64-musl@1.21.5 (node_modules/lightningcss/node_modules/lightningcss-linux-arm64-musl):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for lightningcss-linux-arm64-musl@1.21.5: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN notsup Unsupported engine for lightningcss-win32-x64-msvc@1.21.5: wanted: {"node":">= 12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: lightningcss-win32-x64-msvc@1.21.5
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: lightningcss-win32-x64-msvc@1.21.5 (node_modules/lightningcss/node_modules/lightningcss-win32-x64-msvc):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for lightningcss-win32-x64-msvc@1.21.5: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN notsup Unsupported engine for lightningcss-linux-arm-gnueabihf@1.21.5: wanted: {"node":">= 12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: lightningcss-linux-arm-gnueabihf@1.21.5
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: lightningcss-linux-arm-gnueabihf@1.21.5 (node_modules/lightningcss/node_modules/lightningcss-linux-arm-gnueabihf):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for lightningcss-linux-arm-gnueabihf@1.21.5: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
npm WARN notsup Unsupported engine for lightningcss-linux-arm64-gnu@1.21.5: wanted: {"node":">= 12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: lightningcss-linux-arm64-gnu@1.21.5
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: lightningcss-linux-arm64-gnu@1.21.5 (node_modules/lightningcss/node_modules/lightningcss-linux-arm64-gnu):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for lightningcss-linux-arm64-gnu@1.21.5: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @swc/core-darwin-arm64@1.3.77 (node_modules/@swc/core/node_modules/@swc/core-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @swc/core-darwin-arm64@1.3.77: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @swc/core-linux-arm-gnueabihf@1.3.77 (node_modules/@swc/core/node_modules/@swc/core-linux-arm-gnueabihf):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @swc/core-linux-arm-gnueabihf@1.3.77: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @swc/core-linux-arm64-gnu@1.3.77 (node_modules/@swc/core/node_modules/@swc/core-linux-arm64-gnu):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @swc/core-linux-arm64-gnu@1.3.77: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @swc/core-linux-arm64-musl@1.3.77 (node_modules/@swc/core/node_modules/@swc/core-linux-arm64-musl):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @swc/core-linux-arm64-musl@1.3.77: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @swc/core-darwin-x64@1.3.77 (node_modules/@swc/core/node_modules/@swc/core-darwin-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @swc/core-darwin-x64@1.3.77: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @swc/core-win32-arm64-msvc@1.3.77 (node_modules/@swc/core/node_modules/@swc/core-win32-arm64-msvc):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @swc/core-win32-arm64-msvc@1.3.77: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @swc/core-win32-ia32-msvc@1.3.77 (node_modules/@swc/core/node_modules/@swc/core-win32-ia32-msvc):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @swc/core-win32-ia32-msvc@1.3.77: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @swc/core-win32-x64-msvc@1.3.77 (node_modules/@swc/core/node_modules/@swc/core-win32-x64-msvc):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @swc/core-win32-x64-msvc@1.3.77: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: msgpackr-extract@3.0.2 (node_modules/msgpackr-extract):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: msgpackr-extract@3.0.2 install: `node-gyp-build-optional-packages`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

npm ERR! Maximum call stack size exceeded

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/cfruan/.npm/_logs/2023-08-17T07_19_51_932Z-debug.log