nylas / nylas-nodejs

A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.
MIT License
167 stars 117 forks source link

issue #496 Update node-fetch version to fix 'No access token in response' error #498

Closed techwithsrikanth closed 9 months ago

techwithsrikanth commented 10 months ago

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

mrashed-dev commented 9 months ago

Sorry, but Node 3.x is not compatible with the current SDK because it does not support esm! Upgrading to 2.6.12 rectifies it.