GithubHelp home page GithubHelp logo

Comments (5)

RobMaple avatar RobMaple commented on June 11, 2024 3

I had the same issue using the Objection driver which also utilises Knex. To fix it you should just need to change the import statement in src/models/users.model.ts from import Knex from 'knex'; to import {Knex} from 'knex';.

Of course this doesn't change whats created via the CLI but should allow it all to compile in the meantime.

from feathers-knex.

jordanmsllvn avatar jordanmsllvn commented on June 11, 2024

This seems to be an issue with the feathers-knex library as well. Not only the generator's output.
I get these errors when compiling:

node_modules/feathers-knex/types/index.d.ts:8:10 - error TS2709: Cannot use namespace 'Knex' as a type.

8   Model: Knex;
           ~~~~

node_modules/feathers-knex/types/index.d.ts:15:64 - error TS2709: Cannot use namespace 'Knex' as a type.

15     function start(options?: { getKnex: (hook: HookContext) => Knex | undefined }): Hook;
                                                                  ~~~~

node_modules/feathers-knex/types/index.d.ts:22:10 - error TS2709: Cannot use namespace 'Knex' as a type.

22   Model: Knex;
            ~~~~

node_modules/feathers-knex/types/index.d.ts:23:9 - error TS2709: Cannot use namespace 'Knex' as a type.

23   knex: Knex;
           ~~~~

node_modules/feathers-knex/types/index.d.ts:29:24 - error TS2709: Cannot use namespace 'Knex' as a type.

29   db(params?: Params): Knex;
                          ~~~~

node_modules/feathers-knex/types/index.d.ts:31:33 - error TS2709: Cannot use namespace 'Knex' as a type.

31   createQuery(params?: Params): Knex;
                                   ~~~~

Downgrading to a pre 0.95.0 version of Knex solves the issue.

from feathers-knex.

jrj2211 avatar jrj2211 commented on June 11, 2024

I am also having this issue.

from feathers-knex.

ShinChven avatar ShinChven commented on June 11, 2024

Temperary solution:

Edit tsconfig.json

{
  "compilerOptions": {
    "skipLibCheck": true
  }
}

from feathers-knex.

daffl avatar daffl commented on June 11, 2024

Closed via #262

from feathers-knex.

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.