mollie / mollie-api-node

Official Mollie API client for Node
http://www.mollie.com
BSD 3-Clause "New" or "Revised" License
231 stars 63 forks source link

Failed to compile #266

Closed JOSEPH-JENKINS closed 2 years ago

JOSEPH-JENKINS commented 2 years ago

C:\Users\USER\Projects\mollie-payments\node_modules\url.jsx doesn't exist

why is this happening??

Pimm commented 2 years ago

Hi Joseph,

You would have to give me some context. What are you doing to cause this error? Are you trying to compile the library (yarn build)?

JOSEPH-JENKINS commented 2 years ago

Yes I am trying yarn start and keeps giving errors

Pimm commented 2 years ago

We have no yarn start. Are you sure you don't mean yarn build?

Or are you trying to run/compile your own codebase which depends on this library? If so, are you using a bundler? How are you importing this library?

Pimm commented 2 years ago

I'm closing this due to inactivity.

If you're still experiencing issues, please do let me know. I would kindly ask, however, to include as much context as possible: a description of your setup; full errors; code snippets.