better-sqlite3 icon indicating copy to clipboard operation
better-sqlite3 copied to clipboard

MSBuild.exe` failed with exit code: 1

Open Bluscream opened this issue 1 year ago • 5 comments

Log: 2024-02-15T22_34_00_454Z-debug-0.log (Too big for github)

Bluscream avatar Feb 15 '24 22:02 Bluscream

Before opening issues make sure to work with the latest versions. You're on an ancient version 7.6.2 of better-sqlite3.

Prinzhorn avatar Feb 16 '24 06:02 Prinzhorn

Before opening issues make sure to work with the latest versions. You're on an ancient version 7.6.2 of better-sqlite3.

Thats the latest version npm installed. How do i tell npm to install the latest version

Bluscream avatar Feb 16 '24 10:02 Bluscream

If you have control over the project by changing / adding the wanted version in the package.json of your project.

Otherise tell the authors of that discord bot, that they should keep their dependencies up to date.

neoxpert avatar Feb 17 '24 10:02 neoxpert

21 verbose title npm install discord.js
22 verbose argv "install" "discord.js" "--loglevel" "verbose"

Doesn't that mean i did npm install discord.js so discord.js has a wrong version of better-sqlite3?

Bluscream avatar Feb 17 '24 10:02 Bluscream

Well discord.js itself does not declare a dependency to better-sqlite3. Which other dependencies do you use in your project?

Running npm list better-sqlite3 in your project's root folder should list modules that do have a dependency declared to it.

When you found out, which module is declaring the dependency, you could try to use npms override options in order to make npm resolve the latest better-sqlite3 version for that module. This shoul work fine as there haven't been changes within the JavaScript API.

neoxpert avatar Feb 17 '24 12:02 neoxpert