TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 817 forks source link

pnpm i sqlite3 WITH AttributeError: 'NoneType' object has no attribute 'groupdict' #1794

Closed researchlab closed 5 months ago

researchlab commented 5 months ago

Issue Summary

pnpm i sqlite3 WITH AttributeError: 'NoneType' object has no attribute 'groupdict'

Relevant logs or output

pnpm i sqlite3
 WARN  10 deprecated subdependencies found: @humanwhocodes/config-array@0.11.14, @humanwhocodes/object-schema@2.0.3, @npmcli/move-file@1.1.2, are-we-there-yet@3.0.1, gauge@4.0.4, glob@7.2.3, inflight@1.0.6, npmlog@6.0.2, rimraf@3.0.2, superagent@8.1.2 Packages: +91 -6 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ │ gyp ERR! node -v v20.2.0 │ gyp ERR! node-gyp -v v8.4.1 │ gyp ERR! not ok

Version

sqlite3@5.1.7

Node.js Version

node@20.2.0

How did you install the library?

darwin | arm64

researchlab commented 5 months ago

it's working after reinstall with the cmd 'pnpm i sqlite3'