Coder Social home page Coder Social logo

Comments (3)

kevingallagher34 avatar kevingallagher34 commented on August 20, 2024 3

Hi,
Just started getting errors in my script, seems like it may be related to this issue. Please let me know what you suggest.
Thanks much

Error: Cannot find module 'kucoin-node-api'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/app/script.js:88:13)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)

from kucoin-node-api.

escwdev avatar escwdev commented on August 20, 2024

So whatever issue you're having wouldn't be related to this particular case as it is just up to represent missing endpoints.

For your problem, it's hard to tell without any code samples. From the looks of that it seems you may have incorrectly imported the module (kucoin-node-api) into your project. Did you install via NPM or by linking through the library locally on your system?

from kucoin-node-api.

jonathan-irvin avatar jonathan-irvin commented on August 20, 2024

@kevingallagher34 are you using typescript? Did you run install the deps?

rm -rf node_modules
npm install # or yarn

I only run into this issue because the package doesn't have Typescript interfaces (which I opened #36 for), but hopefully @escwdev has some time to add some types.

from kucoin-node-api.

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.