Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package installation not works when using yarn, but able to install by npm (arm64 binaries need!!!) #1540

Closed
marcin-zajac opened this issue Jan 30, 2022 · 2 comments

Comments

@marcin-zajac
Copy link

marcin-zajac commented Jan 30, 2022

❯ mkdir testrepo
❯ cd testrepo
❯ npm init -y
Wrote to /Users/marcinzajac/Projects/testrepo/package.json:

{
  "name": "testrepo",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}


❯ yarn add sqlite3
yarn add v1.22.17
info No lockfile found.
[1/4] 🔍  Resolving packages...
warning sqlite3 > node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
warning sqlite3 > node-gyp > tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
warning sqlite3 > node-gyp > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning sqlite3 > node-gyp > request > har-validator@5.1.5: this library is no longer supported
warning sqlite3 > node-gyp > request > uuid@3.4.0: 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.
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...
error /Users/marcinzajac/Projects/testrepo/node_modules/sqlite3: Command failed.
Exit code: 1
Command: node-pre-gyp install --fallback-to-build
Arguments:
Directory: /Users/marcinzajac/Projects/testrepo/node_modules/sqlite3
Output:
node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using node-pre-gyp@0.11.0
node-pre-gyp info using node@17.2.0 | darwin | arm64
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp info check checked for "/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/lib/binding/napi-v3-darwin-arm64/node_sqlite3.node" (not found)
node-pre-gyp http GET https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-arm64.tar.gz
node-pre-gyp http 403 https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-arm64.tar.gz
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-arm64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for sqlite3@5.0.2 and node@17.2.0 (node-v102 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http 403 status code downloading tarball https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.2/napi-v3-darwin-arm64.tar.gz
gyp info it worked if it ends with ok
gyp info using node-gyp@3.8.0
gyp info using node@17.2.0 | darwin | arm64
gyp info ok
gyp info it worked if it ends with ok
gyp info using node-gyp@3.8.0
gyp info using node@17.2.0 | darwin | arm64
(node:91283) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
(Use `node --trace-deprecation ...` to show where the warning was created)
gyp info spawn /usr/bin/python2
gyp info spawn args [
gyp info spawn args   '/Users/marcinzajac/Projects/testrepo/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'make',
gyp info spawn args   '-I',
gyp info spawn args   '/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/Users/marcinzajac/Projects/testrepo/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/Users/marcinzajac/.node-gyp/17.2.0/include/node/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/Users/marcinzajac/.node-gyp/17.2.0',
gyp info spawn args   '-Dnode_gyp_dir=/Users/marcinzajac/Projects/testrepo/node_modules/node-gyp',
gyp info spawn args   '-Dnode_lib_file=/Users/marcinzajac/.node-gyp/17.2.0/<(target_arch)/node.lib',
gyp info spawn args   '-Dmodule_root_dir=/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3',
gyp info spawn args   '-Dnode_engine=v8',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.'
gyp info spawn args ]
gyp info ok
gyp info it worked if it ends with ok
gyp info using node-gyp@3.8.0
gyp info using node@17.2.0 | darwin | arm64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  CC(target) Release/obj.target/nothing/../node-addon-api/nothing.o
  LIBTOOL-STATIC Release/nothing.a
Traceback (most recent call last):
  File "/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/build/./gyp-mac-tool", line 611, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/build/./gyp-mac-tool", line 28, in main
    exit_code = executor.Dispatch(args)
  File "/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/build/./gyp-mac-tool", line 43, in Dispatch
    return getattr(self, method)(*args[1:])
  File "/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/build/./gyp-mac-tool", line 246, in ExecFilterLibtool
    if not libtool_re.match(line) and not libtool_re5.match(line):
TypeError: cannot use a string pattern on a bytes-like object
make: *** [Release/nothing.a] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/Users/marcinzajac/Projects/testrepo/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
gyp ERR! System Darwin 21.2.0
gyp ERR! command "/Users/marcinzajac/.nvm/versions/node/v17.2.0/bin/node" "/Users/marcinzajac/Projects/testrepo/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/lib/binding/napi-v3-darwin-arm64/node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/lib/binding/napi-v3-darwin-arm64" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=3" "--node_napi_label=napi-v3"
gyp ERR! cwd /Users/marcinzajac/Projects/testrepo/node_modules/sqlite3
gyp ERR! node -v v17.2.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/Users/marcinzajac/.nvm/versions/node/v17.2.0/bin/node /Users/marcinzajac/Projects/testrepo/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/lib/binding/napi-v3-darwin-arm64/node_sqlite3.node --module_name=node_sqlite3 --module_path=/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/lib/binding/napi-v3-darwin-arm64 --napi_version=8 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/Users/marcinzajac/Projects/testrepo/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
node-pre-gyp ERR! stack     at maybeClose (node:internal/child_process:1062:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)
node-pre-gyp ERR! System Darwin 21.2.0
node-pre-gyp ERR! command "/Users/marcinzajac/.nvm/versions/node/v17.2.0/bin/node" "/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/marcinzajac/Projects/testrepo/node_modules/sqlite3
node-pre-gyp ERR! node -v v17.2.0
node-pre-gyp ERR! node-pre-gyp -v v0.11.0
node-pre-gyp ERR! not ok
Failed to execute '/Users/marcinzajac/.nvm/versions/node/v17.2.0/bin/node /Users/marcinzajac/Projects/testrepo/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/lib/binding/napi-v3-darwin-arm64/node_sqlite3.node --module_name=node_sqlite3 --module_path=/Users/marcinzajac/Projects/testrepo/node_modules/sqlite3/lib/binding/napi-v3-darwin-arm64 --napi_version=8 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
❯ ls
node_modules package.json
❯ rm -rf node_modules
❯ npm install sqlite3 --loglevel verbose
npm verb cli [
npm verb cli   '/Users/marcinzajac/.nvm/versions/node/v17.2.0/bin/node',
npm verb cli   '/Users/marcinzajac/.nvm/versions/node/v17.2.0/bin/npm',
npm verb cli   'install',
npm verb cli   'sqlite3',
npm verb cli   '--loglevel',
npm verb cli   'verbose'
npm verb cli ]
npm info using npm@8.4.0
npm info using node@v17.2.0
npm timing npm:load:whichnode Completed in 0ms
npm timing config:load:defaults Completed in 1ms
npm timing config:load:file:/Users/marcinzajac/.nvm/versions/node/v17.2.0/lib/node_modules/npm/npmrc Completed in 0ms
npm timing config:load:builtin Completed in 0ms
npm timing config:load:cli Completed in 1ms
npm timing config:load:env Completed in 0ms
npm timing config:load:file:/Users/marcinzajac/Projects/testrepo/.npmrc Completed in 0ms
npm timing config:load:project Completed in 1ms
npm timing config:load:file:/Users/marcinzajac/.npmrc Completed in 0ms
npm timing config:load:user Completed in 0ms
npm timing config:load:file:/Users/marcinzajac/.nvm/versions/node/v17.2.0/etc/npmrc Completed in 0ms
npm timing config:load:global Completed in 0ms
npm timing config:load:validate Completed in 0ms
npm timing config:load:credentials Completed in 1ms
npm timing config:load:setEnvs Completed in 0ms
npm timing config:load Completed in 5ms
npm timing npm:load:configload Completed in 5ms
npm timing npm:load:setTitle Completed in 4ms
npm timing config:load:flatten Completed in 1ms
npm timing npm:load:display Completed in 3ms
npm verb logfile /Users/marcinzajac/.npm/_logs/2022-01-30T14_16_48_452Z-debug-0.log
npm timing npm:load:logFile Completed in 2ms
npm timing npm:load:timers Completed in 0ms
npm timing npm:load:configScope Completed in 0ms
npm timing npm:load Completed in 15ms
npm timing arborist:ctor Completed in 0ms
npm timing arborist:ctor Completed in 0ms
npm timing idealTree:init Completed in 7ms
npm timing idealTree:userRequests Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/sqlite3 394ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/node-addon-api 117ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/node-gyp 252ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/node-pre-gyp 262ms (cache miss)
npm timing idealTree:#root Completed in 668ms
npm http fetch GET 200 https://registry.npmjs.org/fstream 105ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs 120ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/tar 189ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/detect-libc 263ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/nopt 272ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/which 292ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/request 304ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/semver 327ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/npmlog 334ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/rimraf 338ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/npm-packlist 355ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/osenv 381ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/needle 379ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 389ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/rc 421ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/glob 1165ms (cache miss)
npm timing idealTree:node_modules/sqlite3 Completed in 1172ms
npm timing idealTree:node_modules/node-addon-api Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 104ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/os-tmpdir 102ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/minimatch 116ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/abbrev 120ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/are-we-there-yet 119ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/os-homedir 119ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/inflight 126ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/once 130ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/gauge 133ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/aws-sign2 141ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/console-control-strings 144ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 149ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/minimist 147ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/inherits 150ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/set-blocking 145ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/aws4 184ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/extend 203ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/caseless 204ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/har-validator 208ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/forever-agent 209ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/form-data 217ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/combined-stream 223ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/http-signature 227ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/is-typedarray 227ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/isstream 230ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/json-stringify-safe 230ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/oauth-sign 234ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/mime-types 243ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/qs 256ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/performance-now 259ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 264ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/tunnel-agent 284ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/tough-cookie 290ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/isexe 299ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/block-stream 302ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/uuid 1199ms (cache miss)
npm timing idealTree:node_modules/node-gyp Completed in 1230ms
npm timing idealTree:node_modules/fstream Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 91ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/wrappy 93ms (cache miss)
npm timing idealTree:node_modules/glob Completed in 99ms
npm timing idealTree:node_modules/fs.realpath Completed in 0ms
npm timing idealTree:node_modules/graceful-fs Completed in 0ms
npm timing idealTree:node_modules/inflight Completed in 1ms
npm timing idealTree:node_modules/inherits Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 86ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/concat-map 105ms (cache miss)
npm timing idealTree:node_modules/minimatch Completed in 108ms
npm timing idealTree:node_modules/brace-expansion Completed in 1ms
npm timing idealTree:node_modules/balanced-match Completed in 0ms
npm timing idealTree:node_modules/concat-map Completed in 0ms
npm timing idealTree:node_modules/mkdirp Completed in 1ms
npm timing idealTree:node_modules/minimist Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/debug 122ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/sax 124ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/minizlib 127ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ini 144ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ignore-walk 154ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/minipass 155ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/iconv-lite 168ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/yallist 165ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/npm-bundled 171ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments 181ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/npm-normalize-package-bin 187ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fs-minipass 191ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/deep-extend 192ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/chownr 950ms (cache miss)
npm timing idealTree:node_modules/node-pre-gyp Completed in 963ms
npm timing idealTree:node_modules/detect-libc Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/ms 113ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/safer-buffer 125ms (cache miss)
npm timing idealTree:node_modules/needle Completed in 129ms
npm timing idealTree:node_modules/debug Completed in 0ms
npm timing idealTree:node_modules/iconv-lite Completed in 0ms
npm timing idealTree:node_modules/ms Completed in 0ms
npm timing idealTree:node_modules/nopt Completed in 0ms
npm timing idealTree:node_modules/abbrev Completed in 0ms
npm timing idealTree:node_modules/npm-packlist Completed in 2ms
npm timing idealTree:node_modules/ignore-walk Completed in 0ms
npm timing idealTree:node_modules/npm-bundled Completed in 0ms
npm timing idealTree:node_modules/npm-normalize-package-bin Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/aproba 93ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/has-unicode 98ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/signal-exit 99ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi 107ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/wide-align 109ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/readable-stream 125ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/object-assign 130ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/delegates 134ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/string-width 133ms (cache miss)
npm timing idealTree:node_modules/npmlog Completed in 140ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 86ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/isarray 95ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/core-util-is 95ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 96ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/string_decoder 97ms (cache miss)
npm timing idealTree:node_modules/are-we-there-yet Completed in 100ms
npm timing idealTree:node_modules/console-control-strings Completed in 0ms
npm timing idealTree:node_modules/delegates Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/code-point-at 77ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex 92ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 115ms (cache miss)
npm timing idealTree:node_modules/gauge Completed in 118ms
npm timing idealTree:node_modules/aproba Completed in 0ms
npm timing idealTree:node_modules/has-unicode Completed in 0ms
npm timing idealTree:node_modules/object-assign Completed in 0ms
npm timing idealTree:node_modules/once Completed in 0ms
npm timing idealTree:node_modules/osenv Completed in 1ms
npm timing idealTree:node_modules/os-homedir Completed in 0ms
npm timing idealTree:node_modules/os-tmpdir Completed in 0ms
npm timing idealTree:node_modules/path-is-absolute Completed in 0ms
npm timing idealTree:node_modules/rc Completed in 1ms
npm timing idealTree:node_modules/deep-extend Completed in 0ms
npm timing idealTree:node_modules/ini Completed in 0ms
npm timing idealTree:node_modules/readable-stream Completed in 2ms
npm timing idealTree:node_modules/core-util-is Completed in 0ms
npm timing idealTree:node_modules/isarray Completed in 0ms
npm timing idealTree:node_modules/process-nextick-args Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/delayed-stream 90ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/har-schema 91ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/jsprim 93ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/assert-plus 104ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/psl 105ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/asynckit 131ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/mime-db 156ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/punycode 183ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/sshpk 194ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ajv 233ms (cache miss)
npm timing idealTree:node_modules/request Completed in 243ms
npm timing idealTree:node_modules/aws-sign2 Completed in 0ms
npm timing idealTree:node_modules/aws4 Completed in 0ms
npm timing idealTree:node_modules/caseless Completed in 0ms
npm timing idealTree:node_modules/combined-stream Completed in 1ms
npm timing idealTree:node_modules/delayed-stream Completed in 0ms
npm timing idealTree:node_modules/extend Completed in 0ms
npm timing idealTree:node_modules/forever-agent Completed in 0ms
npm timing idealTree:node_modules/form-data Completed in 1ms
npm timing idealTree:node_modules/asynckit Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/fast-json-stable-stringify 81ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/uri-js 95ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/json-schema-traverse 95ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/fast-deep-equal 107ms (cache miss)
npm timing idealTree:node_modules/har-validator Completed in 108ms
npm timing idealTree:node_modules/ajv Completed in 2ms
npm timing idealTree:node_modules/fast-deep-equal Completed in 0ms
npm timing idealTree:node_modules/fast-json-stable-stringify Completed in 0ms
npm timing idealTree:node_modules/har-schema Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/asn1 83ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/getpass 85ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/tweetnacl 89ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/json-schema 97ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/extsprintf 98ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/bcrypt-pbkdf 96ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/ecc-jsbn 101ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/jsbn 105ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/verror 108ms (cache miss)
npm http fetch GET 200 https://registry.npmjs.org/dashdash 123ms (cache miss)
npm timing idealTree:node_modules/http-signature Completed in 127ms
npm timing idealTree:node_modules/assert-plus Completed in 0ms
npm timing idealTree:node_modules/is-typedarray Completed in 0ms
npm timing idealTree:node_modules/isstream Completed in 0ms
npm timing idealTree:node_modules/json-schema-traverse Completed in 0ms
npm timing idealTree:node_modules/json-stringify-safe Completed in 0ms
npm timing idealTree:node_modules/jsprim Completed in 2ms
npm timing idealTree:node_modules/extsprintf Completed in 0ms
npm timing idealTree:node_modules/json-schema Completed in 0ms
npm timing idealTree:node_modules/mime-types Completed in 0ms
npm timing idealTree:node_modules/mime-db Completed in 0ms
npm timing idealTree:node_modules/oauth-sign Completed in 0ms
npm timing idealTree:node_modules/performance-now Completed in 0ms
npm timing idealTree:node_modules/qs Completed in 0ms
npm timing idealTree:node_modules/rimraf Completed in 0ms
npm timing idealTree:node_modules/safe-buffer Completed in 0ms
npm timing idealTree:node_modules/safer-buffer Completed in 0ms
npm timing idealTree:node_modules/sax Completed in 0ms
npm timing idealTree:node_modules/semver Completed in 0ms
npm timing idealTree:node_modules/set-blocking Completed in 0ms
npm timing idealTree:node_modules/signal-exit Completed in 0ms
npm timing idealTree:node_modules/sshpk Completed in 2ms
npm timing idealTree:node_modules/asn1 Completed in 0ms
npm timing idealTree:node_modules/bcrypt-pbkdf Completed in 0ms
npm timing idealTree:node_modules/dashdash Completed in 0ms
npm timing idealTree:node_modules/ecc-jsbn Completed in 0ms
npm timing idealTree:node_modules/getpass Completed in 0ms
npm timing idealTree:node_modules/jsbn Completed in 0ms
npm timing idealTree:node_modules/string_decoder Completed in 0ms
npm http fetch GET 200 https://registry.npmjs.org/number-is-nan 83ms (cache miss)
npm timing idealTree:node_modules/string-width Completed in 85ms
npm timing idealTree:node_modules/code-point-at Completed in 0ms
npm timing idealTree:node_modules/is-fullwidth-code-point Completed in 0ms
npm timing idealTree:node_modules/number-is-nan Completed in 0ms
npm timing idealTree:node_modules/strip-ansi Completed in 1ms
npm timing idealTree:node_modules/ansi-regex Completed in 0ms
npm timing idealTree:node_modules/strip-json-comments Completed in 0ms
npm timing idealTree:node_modules/tar Completed in 0ms
npm timing idealTree:node_modules/block-stream Completed in 0ms
npm timing idealTree:node_modules/tough-cookie Completed in 1ms
npm timing idealTree:node_modules/psl Completed in 0ms
npm timing idealTree:node_modules/punycode Completed in 0ms
npm timing idealTree:node_modules/tunnel-agent Completed in 0ms
npm timing idealTree:node_modules/tweetnacl Completed in 0ms
npm timing idealTree:node_modules/uri-js Completed in 0ms
npm timing idealTree:node_modules/util-deprecate Completed in 0ms
npm timing idealTree:node_modules/uuid Completed in 0ms
npm timing idealTree:node_modules/verror Completed in 1ms
npm timing idealTree:node_modules/which Completed in 0ms
npm timing idealTree:node_modules/isexe Completed in 0ms
npm timing idealTree:node_modules/wide-align Completed in 0ms
npm timing idealTree:node_modules/wrappy Completed in 0ms
npm timing idealTree:node_modules/node-pre-gyp/node_modules/nopt Completed in 0ms
npm timing idealTree:node_modules/node-pre-gyp/node_modules/tar Completed in 2ms
npm timing idealTree:node_modules/chownr Completed in 0ms
npm timing idealTree:node_modules/fs-minipass Completed in 0ms
npm timing idealTree:node_modules/minipass Completed in 0ms
npm timing idealTree:node_modules/minizlib Completed in 0ms
npm timing idealTree:node_modules/yallist Completed in 0ms
npm timing idealTree:node_modules/node-pre-gyp/node_modules/safe-buffer Completed in 0ms
npm timing idealTree:node_modules/verror/node_modules/core-util-is Completed in 0ms
npm timing idealTree:buildDeps Completed in 5327ms
npm timing idealTree:fixDepFlags Completed in 1ms
npm timing idealTree Completed in 5337ms
npm timing reify:loadTrees Completed in 5338ms
npm timing reify:diffTrees Completed in 2ms
npm timing reify:retireShallow Completed in 1ms
npm timing reify:createSparse Completed in 10ms
npm timing reify:loadBundles Completed in 0ms
npm timing reifyNode:node_modules/chownr Completed in 134ms
npm timing reifyNode:node_modules/is-fullwidth-code-point Completed in 133ms
npm timing reifyNode:node_modules/ansi-regex Completed in 134ms
npm timing reifyNode:node_modules/fs-minipass Completed in 134ms
npm timing reifyNode:node_modules/code-point-at Completed in 134ms
npm timing reifyNode:node_modules/oauth-sign Completed in 134ms
npm timing reifyNode:node_modules/ini Completed in 134ms
npm timing reifyNode:node_modules/number-is-nan Completed in 136ms
npm timing reifyNode:node_modules/strip-json-comments Completed in 134ms
npm timing reifyNode:node_modules/wide-align Completed in 134ms
npm timing reifyNode:node_modules/os-tmpdir Completed in 134ms
npm timing reifyNode:node_modules/object-assign Completed in 135ms
npm timing reifyNode:node_modules/strip-ansi Completed in 135ms
npm timing reifyNode:node_modules/process-nextick-args Completed in 135ms
npm timing reifyNode:node_modules/string-width Completed in 135ms
npm timing reifyNode:node_modules/aproba Completed in 135ms
npm timing reifyNode:node_modules/has-unicode Completed in 135ms
npm timing reifyNode:node_modules/abbrev Completed in 135ms
npm timing reifyNode:node_modules/npm-bundled Completed in 136ms
npm timing reifyNode:node_modules/ignore-walk Completed in 136ms
npm timing reifyNode:node_modules/ms Completed in 136ms
npm timing reifyNode:node_modules/wrappy Completed in 135ms
npm timing reifyNode:node_modules/once Completed in 135ms
npm timing reifyNode:node_modules/brace-expansion Completed in 135ms
npm timing reifyNode:node_modules/path-is-absolute Completed in 135ms
npm timing reifyNode:node_modules/os-homedir Completed in 137ms
npm timing reifyNode:node_modules/inflight Completed in 136ms
npm timing reifyNode:node_modules/osenv Completed in 136ms
npm timing reifyNode:node_modules/npm-packlist Completed in 137ms
npm timing reifyNode:node_modules/minizlib Completed in 140ms
npm timing reifyNode:node_modules/block-stream Completed in 140ms
npm timing reifyNode:node_modules/minipass Completed in 140ms
npm timing reifyNode:node_modules/assert-plus Completed in 140ms
npm timing reifyNode:node_modules/tunnel-agent Completed in 140ms
npm timing reifyNode:node_modules/is-typedarray Completed in 141ms
npm timing reifyNode:node_modules/aws-sign2 Completed in 140ms
npm timing reifyNode:node_modules/caseless Completed in 140ms
npm timing reifyNode:node_modules/core-util-is Completed in 140ms
npm timing reifyNode:node_modules/signal-exit Completed in 140ms
npm timing reifyNode:node_modules/set-blocking Completed in 140ms
npm timing reifyNode:node_modules/console-control-strings Completed in 141ms
npm timing reifyNode:node_modules/forever-agent Completed in 142ms
npm timing reifyNode:node_modules/inherits Completed in 140ms
npm timing reifyNode:node_modules/yallist Completed in 143ms
npm timing reifyNode:node_modules/combined-stream Completed in 143ms
npm timing reifyNode:node_modules/util-deprecate Completed in 142ms
npm timing reifyNode:node_modules/balanced-match Completed in 142ms
npm timing reifyNode:node_modules/minimatch Completed in 142ms
npm timing reifyNode:node_modules/fs.realpath Completed in 142ms
npm timing reifyNode:node_modules/getpass Completed in 144ms
npm timing reifyNode:node_modules/rimraf Completed in 142ms
npm timing reifyNode:node_modules/delayed-stream Completed in 145ms
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm timing reifyNode:node_modules/har-validator Completed in 145ms
npm timing reifyNode:node_modules/safe-buffer Completed in 144ms
npm timing reifyNode:node_modules/string_decoder Completed in 144ms
npm timing reifyNode:node_modules/mime-types Completed in 145ms
npm timing reifyNode:node_modules/deep-extend Completed in 144ms
npm timing reifyNode:node_modules/which Completed in 144ms
npm timing reifyNode:node_modules/npmlog Completed in 144ms
npm timing reifyNode:node_modules/mkdirp Completed in 144ms
npm timing reifyNode:node_modules/punycode Completed in 147ms
npm timing reifyNode:node_modules/bcrypt-pbkdf Completed in 146ms
npm timing reifyNode:node_modules/json-schema Completed in 146ms
npm timing reifyNode:node_modules/isarray Completed in 146ms
npm timing reifyNode:node_modules/sax Completed in 146ms
npm timing reifyNode:node_modules/node-pre-gyp/node_modules/safe-buffer Completed in 145ms
npm timing reifyNode:node_modules/delegates Completed in 147ms
npm timing reifyNode:node_modules/concat-map Completed in 147ms
npm timing reifyNode:node_modules/verror/node_modules/core-util-is Completed in 149ms
npm timing reifyNode:node_modules/isexe Completed in 150ms
npm timing reifyNode:node_modules/jsprim Completed in 149ms
npm timing reifyNode:node_modules/extend Completed in 150ms
npm timing reifyNode:node_modules/isstream Completed in 150ms
npm timing reifyNode:node_modules/aws4 Completed in 149ms
npm timing reifyNode:node_modules/are-we-there-yet Completed in 149ms
npm timing reifyNode:node_modules/safer-buffer Completed in 150ms
npm timing reifyNode:node_modules/detect-libc Completed in 150ms
npm timing reifyNode:node_modules/graceful-fs Completed in 149ms
npm timing reifyNode:node_modules/node-pre-gyp/node_modules/nopt Completed in 149ms
npm timing reifyNode:node_modules/jsbn Completed in 151ms
npm timing reifyNode:node_modules/verror Completed in 151ms
npm timing reifyNode:node_modules/semver Completed in 150ms
npm timing reifyNode:node_modules/glob Completed in 150ms
npm timing reifyNode:node_modules/extsprintf Completed in 152ms
npm timing reifyNode:node_modules/json-stringify-safe Completed in 153ms
npm timing reifyNode:node_modules/ecc-jsbn Completed in 153ms
npm timing reifyNode:node_modules/json-schema-traverse Completed in 154ms
npm timing reifyNode:node_modules/debug Completed in 154ms
npm timing reifyNode:node_modules/fast-deep-equal Completed in 155ms
npm timing reifyNode:node_modules/asn1 Completed in 156ms
npm timing reifyNode:node_modules/nopt Completed in 156ms
npm timing reifyNode:node_modules/dashdash Completed in 158ms
npm timing reifyNode:node_modules/rc Completed in 158ms
npm timing reifyNode:node_modules/tough-cookie Completed in 160ms
npm timing reifyNode:node_modules/form-data Completed in 161ms
npm timing reifyNode:node_modules/http-signature Completed in 161ms
npm timing reifyNode:node_modules/mime-db Completed in 162ms
npm timing reifyNode:node_modules/asynckit Completed in 162ms
npm timing reifyNode:node_modules/performance-now Completed in 162ms
npm timing reifyNode:node_modules/fast-json-stable-stringify Completed in 163ms
npm timing reifyNode:node_modules/npm-normalize-package-bin Completed in 162ms
npm WARN deprecated uuid@3.4.0: 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 timing reifyNode:node_modules/uuid Completed in 164ms
npm timing reifyNode:node_modules/har-schema Completed in 164ms
npm timing reifyNode:node_modules/gauge Completed in 164ms
npm timing reifyNode:node_modules/minimist Completed in 164ms
npm timing reifyNode:node_modules/tweetnacl Completed in 165ms
npm timing reifyNode:node_modules/fstream Completed in 165ms
npm timing reifyNode:node_modules/qs Completed in 169ms
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm timing reifyNode:node_modules/request Completed in 167ms
npm timing reifyNode:node_modules/readable-stream Completed in 168ms
npm timing reifyNode:node_modules/psl Completed in 171ms
npm timing reifyNode:node_modules/node-pre-gyp/node_modules/tar Completed in 168ms
npm timing reifyNode:node_modules/iconv-lite Completed in 171ms
npm WARN deprecated node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
npm timing reifyNode:node_modules/node-pre-gyp Completed in 171ms
npm timing reifyNode:node_modules/node-addon-api Completed in 171ms
npm timing reifyNode:node_modules/sshpk Completed in 175ms
npm timing reifyNode:node_modules/needle Completed in 175ms
npm timing reifyNode:node_modules/uri-js Completed in 177ms
npm timing reifyNode:node_modules/ajv Completed in 184ms
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
npm timing reifyNode:node_modules/tar Completed in 184ms
npm timing reifyNode:node_modules/sqlite3 Completed in 188ms
npm timing reifyNode:node_modules/node-gyp Completed in 188ms
npm timing reify:unpack Completed in 191ms
npm timing reify:unretire Completed in 0ms
npm timing build:queue Completed in 1ms
npm timing build:link:node_modules/mkdirp Completed in 2ms
npm timing build:link:node_modules/needle Completed in 2ms
npm timing build:link:node_modules/node-pre-gyp Completed in 2ms
npm timing build:link:node_modules/nopt Completed in 2ms
npm timing build:link:node_modules/rc Completed in 2ms
npm timing build:link:node_modules/node-pre-gyp/node_modules/nopt Completed in 2ms
npm timing build:link:node_modules/rimraf Completed in 2ms
npm timing build:link:node_modules/semver Completed in 2ms
npm timing build:link:node_modules/detect-libc Completed in 2ms
npm timing build:link:node_modules/which Completed in 2ms
npm timing build:link:node_modules/uuid Completed in 2ms
npm timing build:link:node_modules/sshpk Completed in 2ms
npm timing build:link:node_modules/node-gyp Completed in 2ms
npm timing build:link Completed in 2ms
npm info run sqlite3@5.0.2 install node_modules/sqlite3 node-pre-gyp install --fallback-to-build
npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 308ms
npm timing auditReport:getReport Completed in 311ms
npm timing metavuln:packument:tar Completed in 1ms
npm timing metavuln:cache:get:security-advisory:tar:VtfoMHRPReMcCW9w4u31BWYREcViCFn3asZmPh4Q1xtBDUHlj8G6pba9zfaKmvRrJr1jooSQdagZ+yr2Ze8IzA== Completed in 7ms
npm timing metavuln:load:security-advisory:tar:1005040 Completed in 1ms
npm timing metavuln:calculate:security-advisory:tar:1005040 Completed in 8ms
npm timing metavuln:cache:get:security-advisory:tar:FVraO3vxxEwRFvae/qn54EZfqhwhMp2WELNyGn+whkwy5AiGGQUYfPZKYo5gVQTwEDWGqrw2ZBfQh7ybqYruyw== Completed in 7ms
npm timing metavuln:load:security-advisory:tar:1005043 Completed in 1ms
npm timing metavuln:calculate:security-advisory:tar:1005043 Completed in 8ms
npm timing metavuln:cache:get:security-advisory:tar:Ar/tm+IovdyvUguUGqdJRiv3vndjlRFiAxefrycd9JAfXDz8f8J0i65HKJPcSI2UxmfNbqdK5JZhCWVFVGWuEg== Completed in 8ms
npm timing metavuln:load:security-advisory:tar:1005046 Completed in 0ms
npm timing metavuln:calculate:security-advisory:tar:1005046 Completed in 8ms
npm timing metavuln:cache:get:security-advisory:tar:N+UM5HifWs2F2zc5VvSjMcsJxwKLXnFlwekBDx20VEMxf4a50dbc9azjEqPWN9F4CRYdtlo8htl2my5iv0W3vQ== Completed in 8ms
npm timing metavuln:load:security-advisory:tar:1005078 Completed in 1ms
npm timing metavuln:calculate:security-advisory:tar:1005078 Completed in 9ms
npm timing metavuln:cache:get:security-advisory:tar:34G+WConGFFWccUb8BgaeTYbN3uYhdQmRaxXSUSIQ8meLzACygefO7EXhn6gKUnnryCqTBplIbxCXTplY0bYZw== Completed in 9ms
npm timing metavuln:load:security-advisory:tar:1005082 Completed in 1ms
npm timing metavuln:calculate:security-advisory:tar:1005082 Completed in 10ms
npm timing metavuln:packument:node-gyp Completed in 0ms
npm timing metavuln:cache:get:security-advisory:node-gyp:6+ggosCGh9zUgnYlHhEwGHNCbAfeugEO2MRfByrpjAnuhf71rldpYpnhq1DXAIWBdH4Dh0Y2vP+5LrlHG2Qhww== Completed in 1ms
npm timing metavuln:load:security-advisory:node-gyp:VtfoMHRPReMcCW9w4u31BWYREcViCFn3asZmPh4Q1xtBDUHlj8G6pba9zfaKmvRrJr1jooSQdagZ+yr2Ze8IzA== Completed in 7ms
npm timing metavuln:cache:put:security-advisory:node-gyp:6+ggosCGh9zUgnYlHhEwGHNCbAfeugEO2MRfByrpjAnuhf71rldpYpnhq1DXAIWBdH4Dh0Y2vP+5LrlHG2Qhww== Completed in 2ms
npm timing metavuln:calculate:security-advisory:node-gyp:VtfoMHRPReMcCW9w4u31BWYREcViCFn3asZmPh4Q1xtBDUHlj8G6pba9zfaKmvRrJr1jooSQdagZ+yr2Ze8IzA== Completed in 10ms
npm timing metavuln:packument:sqlite3 Completed in 0ms
npm timing metavuln:cache:get:security-advisory:sqlite3:f9s1I/Tj325wdecgYF4VxePWPGj+2me/dN1a8AXqcIr2FBgeGWsMHUYWYe2JcQaAgwor00hmNYcQu++pps/yCQ== Completed in 0ms
npm timing metavuln:load:security-advisory:sqlite3:6+ggosCGh9zUgnYlHhEwGHNCbAfeugEO2MRfByrpjAnuhf71rldpYpnhq1DXAIWBdH4Dh0Y2vP+5LrlHG2Qhww== Completed in 1ms
npm timing metavuln:cache:put:security-advisory:sqlite3:f9s1I/Tj325wdecgYF4VxePWPGj+2me/dN1a8AXqcIr2FBgeGWsMHUYWYe2JcQaAgwor00hmNYcQu++pps/yCQ== Completed in 1ms
npm timing metavuln:calculate:security-advisory:sqlite3:6+ggosCGh9zUgnYlHhEwGHNCbAfeugEO2MRfByrpjAnuhf71rldpYpnhq1DXAIWBdH4Dh0Y2vP+5LrlHG2Qhww== Completed in 3ms
npm timing auditReport:init Completed in 24ms
npm timing reify:audit Completed in 336ms
npm info run sqlite3@5.0.2 install { code: 0, signal: null }
npm timing build:run:install:node_modules/sqlite3 Completed in 21313ms
npm timing build:run:install Completed in 21313ms
npm timing build:deps Completed in 21317ms
npm timing build Completed in 21317ms
npm timing reify:build Completed in 21318ms
npm timing reify:trash Completed in 0ms
npm timing reify:save Completed in 12ms
npm timing reify Completed in 26882ms

added 122 packages, and audited 123 packages in 27s

3 packages are looking for funding
  run `npm fund` for details

3 high severity vulnerabilities

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
npm timing command:install Completed in 26888ms
npm verb exit 0
npm timing npm Completed in 27020ms
npm info ok
~/Projects/testrepo ❯
@danielehrhardt
Copy link

danielehrhardt commented Feb 11, 2022

If you want to use sqlite3 with a M1 / M1 Pro / M1 Max do the following:

  1. Start a Terminal using Rosetta
  2. Verify with arch it should be i386
  3. nvm install lts/fermium
  4. nvm use lts/fermium
  5. node -e 'console.log(process.arch)' it should be x64
  6. nvm alias intel lts/fermium
  7. nvm use intel this you can used in the project
  8. Navigate to the project
  9. rm -rf node_modules
    10 npm install

@daniellockyer
Copy link
Member

daniellockyer commented Apr 13, 2022

Would you be able to try with sqlite3 v5.0.3? We've fixed up the build system, so it should build if the prebuilt binaries are not available 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants