-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing the dependencies #10
Comments
Hey, I am facing the same issue as you. Were you able to solve the issue? |
Facing the same issue, something about visual studio and node-gyp |
It worked for me, It was better-sqlite3 causing the issue, I removed it from the dependencies in package.json and ran npm install to install the other dependencies, then I installed better-sqlite3. |
Awesome man will do the same, thanks
…On Sat, 11 Nov 2023, 08:38 Deni Ochiche, ***@***.***> wrote:
It worked for me, It was better-sqlite3 causing the issue, I removed it
from the dependencies in package.json and ran npm install to install the
other dependencies, then I installed better-sqlite3.
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQB7ZVQQA3HDSXLKMFZTDFLYD4MPZAVCNFSM6AAAAAAY3MSKG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBWG4YTMMJWGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
You’re welcome. Before that, I tried installing visual Studio build tools, I updated node and npm to the latest and I tried installing node-gyp but it didn’t install, nothing worked though. Just in case it doesn’t still work, they might’ve helped |
cant install the dependencies when I ran "npm install" it says they are deprecated and then says error and reverts back, also deleting the node modules file
The text was updated successfully, but these errors were encountered: