You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build from source with npm 11.4.1 causes warnings "Unknown cli config "--build-from-source". This will stop working in the next major version of npm" #1380
npm warn Unknown cli config "--build-from-source". This will stop working in the next major version of npm.
npm warn Unknown cli config "--sqlite3". This will stop working in the next major version of npm.
This happens after I had installed npm 11.4.1. With the former version npm 11.2.0 the warnings didn't appear. The program better-sqlite3 itself is built and runs without problems.
Because I didn't find another way to build better-sqlite3 from source I'm afraid of this warning ...