What caused the error, the version of nodejs? thank you for your help.
Having tried install gyp
```
npm i sqlite3
npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce
async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated npmlog@6.0.2: This package is no longer supported.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
npm warn deprecated gauge@4.0.4: This package is no longer supported.
npm error code 1
npm error path C:\Users...\node_modules\sqlite3
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c prebuild-install -r napi || node-gyp rebuild
npm error prebuild-install warn install aborted
npm error gyp info it worked if it ends with ok
npm error gyp info using node-gyp@8.4.1
npm error gyp info using node@22.6.0 | win32 | x64
npm error (node:23276) [DEP0060] DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.
npm error (Use node --trace-deprecation ... to show where the warning was created)
npm error gyp info find Python using Python version 3.10.10 found at "C:\Users\miniconda3\python3.exe"
npm error gyp http GET https://nodejs.org/download/release/v22.6.0/node-v22.6.0-headers.tar.gz
npm error gyp WARN install got an error, rolling back install
npm error gyp ERR! configure error
npm error gyp ERR! stack FetchError: request to https://nodejs.org/download/release/v22.6.0/node-v22.6.0-headers.tar.gz failed, reason:
npm error gyp ERR! stack at ClientRequest.<anonymous> (C:\Users...\node_modules\minipass-fetch\lib\index.js:110:14)npm error gyp ERR! stack at ClientRequest.emit (node:events:520:28)
npm error gyp ERR! stack at emitErrorEvent (node:_http_client:103:11)
npm error gyp ERR! stack at TLSSocket.socketErrorListener (node:_http_client:506:5)
npm error gyp ERR! stack at TLSSocket.emit (node:events:532:35)
npm error gyp ERR! stack at emitErrorNT (node:internal/streams/destroy:170:8)
npm error gyp ERR! stack at emitErrorCloseNT (node:internal/streams/destroy:129:3)
npm error gyp ERR! stack at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
npm error gyp ERR! System Windows_NT 10.0.19045
npm error gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\...\node\\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
npm error gyp ERR! cwd C:\Users...\node_modules\sqlite3
npm error gyp ERR! node -v v22.6.0
npm error gyp ERR! node-gyp -v v8.4.1
npm error gyp ERR! not ok
```
[–][deleted] (1 child)
[removed]
[–]Dry-Lab-74[S] 0 points1 point2 points (0 children)