Code Monkey home page Code Monkey logo

Comments (5)

Prinzhorn avatar Prinzhorn commented on June 2, 2024

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

from better-sqlite3.

Bluscream avatar Bluscream commented on June 2, 2024

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

from better-sqlite3.

neoxpert avatar neoxpert commented on June 2, 2024

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.

from better-sqlite3.

Bluscream avatar Bluscream commented on June 2, 2024
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?

from better-sqlite3.

neoxpert avatar neoxpert commented on June 2, 2024

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.

from better-sqlite3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.