Error messages in VS Code when doing npm i #739
-
Ich habe ein Problem in VS Code. Beim "npm i" Befehl werden mir folgende Meldungen angezeigt. Kann hier jemand Abhilfe schaffen? |
Beta Was this translation helpful? Give feedback.
Answered by
moonwave99
Sep 26, 2023
Replies: 1 comment
-
Hey David, it looks like somebody installed the How did I find it out? I opened the Solution:
Don't forget to commit and push the changes to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DavevonH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Don't forget to commit and push the changes to
package.json
after that!