MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
946 stars 278 forks source link

Conflict with other libraries #504

Closed bernier closed 3 years ago

bernier commented 3 years ago

I saw a few people speaking about a conflict related to "GOT" or "prop-types". And something might not be clean in "Shopify-api-node". I'm using "serverless-bundle" with Typescript and I receive the error "cannot read property 'any' of undefined" when doing an API request. This error is not happening in NodeJs. I'm now using "serverless-plugin-typescript" and can use the same code without error. But I'd really prefer going back to "serverless-bundle". Any info would be great! Thanks

bernier commented 3 years ago

seems to be working now.