Skip to content

Error messages in VS Code when doing npm i #739

Answered by moonwave99
DavevonH asked this question in Web
Discussion options

You must be logged in to vote

Hey David,

it looks like somebody installed the run-db package accidentally!
That package has better-sqlite-3 under its deps, that's why you are getting this error.

How did I find it out? I opened the package-lock.json file, and searched for the problematic package until I found its parent ^^

Solution:

npm uninstall run-db

Don't forget to commit and push the changes to package.json after that!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DavevonH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Web
Labels
None yet
2 participants