Skip to content

I can't build it using the make command. #1

@aljustiet

Description

@aljustiet

OS: macOS Sonoma 14.2.1

$ make
# Build all of the assets and JavaScript.
rm -rf node_modules && PRODUCTION_BUILD=1 npm_config_yes=true npx yarn --ignore-scripts --frozen-lockfile
yarn install v1.22.21
warning ../../package.json: No license field
info No lockfile found.
[1/4] 🔍  Resolving packages...
warning [email protected]: Please use @electron/osx-sign moving forward. Be aware the API is slightly different
warning electron-packager > [email protected]: Please use @electron/osx-sign moving forward. Be aware the API is slightly different
warning electron-packager > [email protected]: Please use @electron/notarize moving forward.  There is no API change, just a package name change
warning electron-packager > [email protected]: Please use @electron/asar moving forward.  There is no API change, just a package name change
warning [email protected]: Please use @electron/rebuild moving forward.  There is no API change, just a package name change
warning electron-rebuild > node-gyp > make-fetch-happen > cacache > @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
warning electron-installer-debian > electron-installer-common > [email protected]: Please use @electron/asar moving forward.  There is no API change, just a package name change
warning iohook > nugget > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
warning iohook > nugget > request > [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
warning iohook > nugget > request > [email protected]: this library is no longer supported
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
warning " > [email protected]" has unmet peer dependency "react-is@>= 16.8.0".
warning "styled-components > babel-plugin-styled-components > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
[4/4] 🔨  Building fresh packages...
warning Ignored scripts due to flag.
✨  Done in 95.81s.
mkdir -p dist
rm -rf dist
WEBPACK_ENV=production node webpacker.js
🚀 Starting webpacker for modules: config, editors, main, region_selector, uploaders
node:fs:581
  return binding.open(
                 ^

Error: ENOENT: no such file or directory, open '/Users/aljsutiet/Documents/MagicCap3/yarn.lock'
    at Object.openSync (node:fs:581:18)
    at readFileSync (node:fs:457:35)
    at hashDirectoryAndDeps (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:28:32)
    at webpackModule (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:70:18)
    at main (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:183:16)
    at Object.<anonymous> (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:213:30)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/aljsutiet/Documents/MagicCap3/yarn.lock'
}

Node.js v20.10.0
node:fs:581
  return binding.open(
                 ^

Error: ENOENT: no such file or directory, open '/Users/aljsutiet/Documents/MagicCap3/yarn.lock'
    at Object.openSync (node:fs:581:18)
    at readFileSync (node:fs:457:35)
    at hashDirectoryAndDeps (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:28:32)
    at webpackModule (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:70:18)
    at main (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:183:16)
    at Object.<anonymous> (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:213:30)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/aljsutiet/Documents/MagicCap3/yarn.lock'
}

Node.js v20.10.0
node:fs:581
  return binding.open(
                 ^

Error: ENOENT: no such file or directory, open '/Users/aljsutiet/Documents/MagicCap3/yarn.lock'
    at Object.openSync (node:fs:581:18)
    at readFileSync (node:fs:457:35)
    at hashDirectoryAndDeps (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:28:32)
    at webpackModule (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:70:18)
    at main (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:183:16)
    at Object.<anonymous> (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:213:30)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/aljsutiet/Documents/MagicCap3/yarn.lock'
}

Node.js v20.10.0
node:fs:581
  return binding.open(
                 ^

Error: ENOENT: no such file or directory, open '/Users/aljsutiet/Documents/MagicCap3/yarn.lock'
    at Object.openSync (node:fs:581:18)
    at readFileSync (node:fs:457:35)
    at hashDirectoryAndDeps (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:28:32)
    at webpackModule (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:70:18)
    at main (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:183:16)
    at Object.<anonymous> (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:213:30)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/aljsutiet/Documents/MagicCap3/yarn.lock'
}

Node.js v20.10.0
node:fs:581
  return binding.open(
                 ^

Error: ENOENT: no such file or directory, open '/Users/aljsutiet/Documents/MagicCap3/yarn.lock'
    at Object.openSync (node:fs:581:18)
    at readFileSync (node:fs:457:35)
    at hashDirectoryAndDeps (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:28:32)
    at webpackModule (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:70:18)
    at main (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:183:16)
    at Object.<anonymous> (/Users/aljsutiet/Documents/MagicCap3/webpacker.js:213:30)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/aljsutiet/Documents/MagicCap3/yarn.lock'
}

Node.js v20.10.0
💥 One or more webpackers failed!
make: *** [build] Error 1
$ npm install better-sqlite3 --build-from-source
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please use @electron/asar moving forward.  There is no API change, just a package name change
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: Please use @electron/notarize moving forward.  There is no API change, just a package name change
npm WARN deprecated [email protected]: Please use @electron/osx-sign moving forward. Be aware the API is slightly different
npm WARN deprecated [email protected]: Please use @electron/osx-sign moving forward. Be aware the API is slightly different
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: Please use @electron/rebuild moving forward.  There is no API change, just a package name change
npm ERR! code 1
npm ERR! path /Users/aljsutiet/Documents/MagicCap3/node_modules/better-sqlite3
npm ERR! command failed
npm ERR! command sh -c prebuild-install || npm run build-release
npm ERR! > [email protected] build-release
npm ERR! > node-gyp rebuild --release
npm ERR!
npm ERR!   TOUCH ba23eeee118cd63e16015df367567cb043fed872.intermediate
npm ERR!   ACTION deps_sqlite3_gyp_locate_sqlite3_target_copy_builtin_sqlite3 ba23eeee118cd63e16015df367567cb043fed872.intermediate
npm ERR!   TOUCH Release/obj.target/deps/locate_sqlite3.stamp
npm ERR!   CC(target) Release/obj.target/sqlite3/gen/sqlite3/sqlite3.o
npm ERR!   LIBTOOL-STATIC Release/sqlite3.a
npm ERR!   CXX(target) Release/obj.target/better_sqlite3/src/better_sqlite3.o
npm ERR! rm ba23eeee118cd63e16015df367567cb043fed872.intermediate
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | darwin | arm64
npm ERR! gyp info find Python using Python version 3.9.18 found at "/Users/aljsutiet/.pyenv/versions/3.9.18/bin/python3"
npm ERR! gyp info spawn /Users/aljsutiet/.pyenv/versions/3.9.18/bin/python3
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args   '/Users/aljsutiet/Documents/MagicCap3/node_modules/node-gyp/gyp/gyp_main.py',
npm ERR! gyp info spawn args   'binding.gyp',
npm ERR! gyp info spawn args   '-f',
npm ERR! gyp info spawn args   'make',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/Users/aljsutiet/Documents/MagicCap3/node_modules/better-sqlite3/build/config.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/Users/aljsutiet/Documents/MagicCap3/node_modules/node-gyp/addon.gypi',
npm ERR! gyp info spawn args   '-I',
npm ERR! gyp info spawn args   '/Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/common.gypi',
npm ERR! gyp info spawn args   '-Dlibrary=shared_library',
npm ERR! gyp info spawn args   '-Dvisibility=default',
npm ERR! gyp info spawn args   '-Dnode_root_dir=/Users/aljsutiet/Library/Caches/node-gyp/20.10.0',
npm ERR! gyp info spawn args   '-Dnode_gyp_dir=/Users/aljsutiet/Documents/MagicCap3/node_modules/node-gyp',
npm ERR! gyp info spawn args   '-Dnode_lib_file=/Users/aljsutiet/Library/Caches/node-gyp/20.10.0/<(target_arch)/node.lib',
npm ERR! gyp info spawn args   '-Dmodule_root_dir=/Users/aljsutiet/Documents/MagicCap3/node_modules/better-sqlite3',
npm ERR! gyp info spawn args   '-Dnode_engine=v8',
npm ERR! gyp info spawn args   '--depth=.',
npm ERR! gyp info spawn args   '--no-parallel',
npm ERR! gyp info spawn args   '--generator-output',
npm ERR! gyp info spawn args   'build',
npm ERR! gyp info spawn args   '-Goutput_dir=.'
npm ERR! gyp info spawn args ]
npm ERR! gyp info spawn make
npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
npm ERR! In file included from ../src/better_sqlite3.cpp:4:
npm ERR! In file included from ./src/better_sqlite3.lzz:11:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/node.h:73:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8.h:24:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-array-buffer.h:12:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-local-handle.h:12:
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:465:30: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! SHARED_EXTERNAL_POINTER_TAGS(CHECK_SHARED_EXTERNAL_POINTER_TAGS)
npm ERR!                              ^
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:465:30: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:465:30: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:465:30: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:465:30: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! PER_ISOLATE_EXTERNAL_POINTER_TAGS(CHECK_NON_SHARED_EXTERNAL_POINTER_TAGS)
npm ERR!                                   ^
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:466:35: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:693:61: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR!     static_assert(kJSObjectType + 1 == kFirstJSApiObjectType);
npm ERR!                                                             ^
npm ERR!                                                             , ""
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:694:55: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR!     static_assert(kJSObjectType < kLastJSApiObjectType);
npm ERR!                                                       ^
npm ERR!                                                       , ""
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-internal.h:695:63: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR!     static_assert(kFirstJSApiObjectType < kLastJSApiObjectType);
npm ERR!                                                               ^
npm ERR!                                                               , ""
npm ERR! In file included from ../src/better_sqlite3.cpp:4:
npm ERR! In file included from ./src/better_sqlite3.lzz:11:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/node.h:73:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8.h:24:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-array-buffer.h:13:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-object.h:9:
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-maybe.h:106:45: error: no template named 'is_lvalue_reference_v' in namespace 'std'; did you mean 'is_lvalue_reference'?
npm ERR!   template <class U, std::enable_if_t<!std::is_lvalue_reference_v<U>>*>
npm ERR!                                        ~~~~~^~~~~~~~~~~~~~~~~~~~~
npm ERR!                                             is_lvalue_reference
npm ERR! /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_reference.h:26:29: note: 'is_lvalue_reference' declared here
npm ERR! struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : _BoolConstant<__is_lvalue_reference(_Tp)> { };
npm ERR!                             ^
npm ERR! In file included from ../src/better_sqlite3.cpp:4:
npm ERR! In file included from ./src/better_sqlite3.lzz:11:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/node.h:73:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8.h:24:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-array-buffer.h:13:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-object.h:9:
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-maybe.h:106:69: error: expected '(' for function-style cast or type construction
npm ERR!   template <class U, std::enable_if_t<!std::is_lvalue_reference_v<U>>*>
npm ERR!                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-maybe.h:123:43: error: no template named 'is_lvalue_reference_v' in namespace 'std'; did you mean 'is_lvalue_reference'?
npm ERR! template <class T, std::enable_if_t<!std::is_lvalue_reference_v<T>>* = nullptr>
npm ERR!                                      ~~~~~^~~~~~~~~~~~~~~~~~~~~
npm ERR!                                           is_lvalue_reference
npm ERR! /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__type_traits/is_reference.h:26:29: note: 'is_lvalue_reference' declared here
npm ERR! struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : _BoolConstant<__is_lvalue_reference(_Tp)> { };
npm ERR!                             ^
npm ERR! In file included from ../src/better_sqlite3.cpp:4:
npm ERR! In file included from ./src/better_sqlite3.lzz:11:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/node.h:73:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8.h:24:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-array-buffer.h:13:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-object.h:9:
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-maybe.h:123:67: error: expected '(' for function-style cast or type construction
npm ERR! template <class T, std::enable_if_t<!std::is_lvalue_reference_v<T>>* = nullptr>
npm ERR!                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
npm ERR! In file included from ../src/better_sqlite3.cpp:4:
npm ERR! In file included from ./src/better_sqlite3.lzz:11:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/node.h:73:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8.h:33:
npm ERR! In file included from /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-function.h:11:
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-function-callback.h:151:66: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR!                 kReturnValueDefaultValueIndex - kReturnValueIndex);
npm ERR!                                                                  ^
npm ERR!                                                                  , ""
npm ERR! /Users/aljsutiet/Library/Caches/node-gyp/20.10.0/include/node/v8-function-callback.h:153:50: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
npm ERR!                 kIsolateIndex - kReturnValueIndex);
npm ERR!                                                  ^
npm ERR!                                                  , ""
npm ERR! ./src/util/macros.lzz:157:21: error: no member named 'AccessorSignature' in namespace 'v8'
npm ERR!                 v8::AccessorSignature::New(isolate, recv)
npm ERR!                 ~~~~^
npm ERR! ./src/objects/database.lzz:180:21: warning: variable 'status' set but not used [-Wunused-but-set-variable]
npm ERR!                 int status = sqlite3_db_config(db_handle, SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION, 1, NULL);
npm ERR!                     ^
npm ERR! ./src/util/binder.lzz:37:51: error: no member named 'CreationContext' in 'v8::Object'
npm ERR!                 v8::Local<v8::Context> ctx = obj->CreationContext();
npm ERR!                                              ~~~~~^
npm ERR! 23 warnings and 6 errors generated.
npm ERR! make: *** [Release/obj.target/better_sqlite3/src/better_sqlite3.o] Error 1
npm ERR! gyp ERR! build error
npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
npm ERR! gyp ERR! stack     at ChildProcess.onExit (/Users/aljsutiet/Documents/MagicCap3/node_modules/node-gyp/lib/build.js:203:23)
npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:514:28)
npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:294:12)
npm ERR! gyp ERR! System Darwin 23.2.0
npm ERR! gyp ERR! command "/Users/aljsutiet/.nvm/versions/node/v20.10.0/bin/node" "/Users/aljsutiet/Documents/MagicCap3/node_modules/.bin/node-gyp" "rebuild" "--release"
npm ERR! gyp ERR! cwd /Users/aljsutiet/Documents/MagicCap3/node_modules/better-sqlite3
npm ERR! gyp ERR! node -v v20.10.0
npm ERR! gyp ERR! node-gyp -v v9.4.1
npm ERR! gyp ERR! not ok

npm ERR! A complete log of this run can be found in: /Users/aljsutiet/.npm/_logs/2024-01-07T09_09_28_936Z-debug-0.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions