Package Details: nodejs-sqlite3 5.1.7-1

Git Clone URL: https://aur.archlinux.org/nodejs-sqlite3.git (read-only, click to copy)
Package Base: nodejs-sqlite3
Description: Asynchronous, non-blocking SQLite3 bindings
Upstream URL: https://github.com/mapbox/node-sqlite3
Licenses: GPL3
Submitter: alerque
Maintainer: alerque
Last Packager: alerque
Votes: 1
Popularity: 0.000000
First Submitted: 2020-03-06 14:35 (UTC)
Last Updated: 2024-03-28 11:21 (UTC)

Latest Comments

TJM commented on 2023-01-27 09:45 (UTC)

Got a dependency missing error when building this package:

npm WARN config production Use `--omit=dev` instead.
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 WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
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 notice
npm notice New major version of npm available! 8.19.2 -> 9.4.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.4.0
npm notice Run npm install -g npm@9.4.0 to update!
npm notice
npm ERR! code 1
npm ERR! path /home/tjm/.cache/pikaur/build/nodejs-sqlite3/pkg/nodejs-sqlite3/usr/lib/node_modules/sqlite3
npm ERR! command failed
npm ERR! command sh -c -- node-pre-gyp install --fallback-to-build
npm ERR! Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js clean' (1)
npm ERR! node-pre-gyp info it worked if it ends with ok
npm ERR! node-pre-gyp info using node-pre-gyp@1.0.10
npm ERR! node-pre-gyp info using node@19.4.0 | linux | x64
npm ERR! node-pre-gyp info build requesting source compile
npm ERR! node:internal/modules/cjs/loader:1056
npm ERR!   throw err;
npm ERR!   ^
npm ERR!
npm ERR! Error: Cannot find module 'object-assign'
npm ERR! Require stack:
npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.js
npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/plumbing.js
npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/index.js
npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.js
npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js
npm ERR! - /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
npm ERR!     at Module._resolveFilename (node:internal/modules/cjs/loader:1053:15)
npm ERR!     at Module._load (node:internal/modules/cjs/loader:898:27)
npm ERR!     at Module.require (node:internal/modules/cjs/loader:1120:19)
npm ERR!     at require (node:internal/modules/helpers:112:18)
npm ERR!     at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.js:4:20)
npm ERR!     at Module._compile (node:internal/modules/cjs/loader:1239:14)
npm ERR!     at Module._extensions..js (node:internal/modules/cjs/loader:1293:10)
npm ERR!     at Module.load (node:internal/modules/cjs/loader:1096:32)
npm ERR!     at Module._load (node:internal/modules/cjs/loader:935:12)
npm ERR!     at Module.require (node:internal/modules/cjs/loader:1120:19) {
npm ERR!   code: 'MODULE_NOT_FOUND',
npm ERR!   requireStack: [
npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/render-template.js',
npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/plumbing.js',
npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/index.js',
npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.js',
npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js',
npm ERR!     '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js'
npm ERR!   ]
npm ERR! }
npm ERR!
npm ERR! Node.js v19.4.0
npm ERR! node-pre-gyp ERR! build error
npm ERR! node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js clean' (1)
npm ERR! node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/@mapbox/node-pre-gyp/lib/util/compile.js:89:23)
npm ERR! node-pre-gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
npm ERR! node-pre-gyp ERR! stack     at maybeClose (node:internal/child_process:1098:16)
npm ERR! node-pre-gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:304:5)
npm ERR! node-pre-gyp ERR! System Linux 5.15.88-2-lts
npm ERR! node-pre-gyp ERR! command "/usr/bin/node" "/sbin/node-pre-gyp" "install" "--fallback-to-build"
npm ERR! node-pre-gyp ERR! cwd /home/tjm/.cache/pikaur/build/nodejs-sqlite3/pkg/nodejs-sqlite3/usr/lib/node_modules/sqlite3
npm ERR! node-pre-gyp ERR! node -v v19.4.0
npm ERR! node-pre-gyp ERR! node-pre-gyp -v v1.0.10
npm ERR! node-pre-gyp ERR! not ok

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/tjm/.cache/pikaur/build/nodejs-sqlite3/src/npm-cache/_logs/2023-01-27T09_41_13_166Z-debug-0.log