Giter VIP home page Giter VIP logo

Comments (3)

sohilpandya avatar sohilpandya commented on July 30, 2024 2

Hey Both, I'm sure you've solved your issues but this is how you'd go about using the library and get the types support.

import { GoCardlessClient } from 'gocardless-nodejs/client';
import Constants from 'gocardless-nodejs/constants';

// Initialise the client.
const gocardless = new GoCardlessClient(
  SECRET,
  Constants.Environments.Live OR Constants.Environments.Sandbox,
);

from gocardless-nodejs.

jacktomlinson avatar jacktomlinson commented on July 30, 2024

Just stumbled across this issue as we are having the same issue - feels strange that a package like this would not support ES Modules syntax 🤔

from gocardless-nodejs.

SPH73 avatar SPH73 commented on July 30, 2024

Hey Both, I'm sure you've solved your issues but this is how you'd go about using the library and get the types support.

import { GoCardlessClient } from 'gocardless-nodejs/client';
import Constants from 'gocardless-nodejs/constants';

// Initialise the client.
const gocardless = new GoCardlessClient(
  SECRET,
  Constants.Environments.Live OR Constants.Environments.Sandbox,
);

Hi, Thanks for adding your reply - I've been able to get my integration working with Nuxt 3 locally as a result.

In a dev env, it all works great and a payment journey is completed successfully but when I deploy to Netlify, I get an error at the billing-request action stage which I think maybe it's as a result of importing the package as an ESM module.

Apr 18, 12:52:32 PM: d1f10929 ERROR  [nuxt] [request error] [unhandled] [500] Cannot find module '/var/task/node_modules/gocardless-nodejs/client' imported from /var/task/chunks/billing-request.post.mjs
Did you mean to import gocardless-nodejs/client.js?
  at new NodeError (node:internal/errors:387:5)  
  at finalizeResolution (node:internal/modules/esm/resolve:330:11)  
  at moduleResolve (node:internal/modules/esm/resolve:907:10)  
  at defaultResolve (node:internal/modules/esm/resolve:1115:11)  
  at nextResolve (node:internal/modules/esm/loader:163:28)  
  at ESMLoader.resolve (node:internal/modules/esm/loader:841:30)  
  at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)  
  at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:76:40)  
  at link (node:internal/modules/esm/module_job:75:36)

Would you perhaps be able to comment on this and make a suggestion as to what I could try to do to fix it? I contacted their support but I've not had a response.

TIA

from gocardless-nodejs.

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.