sendinblue / APIv3-nodejs-library

SendinBlue's API v3 Node.js Library
ISC License
101 stars 47 forks source link

TypeError: Cannot read property 'instance' of undefined #56

Closed sjoerdblauw closed 5 years ago

sjoerdblauw commented 5 years ago

Hi, I'm using the nodejs library for my MeteorJS project. However following the getting started guide gives the following error:

TypeError: Cannot read property 'instance' of undefined

Requiring the package is not the issue, it seems like that apiClient is not recognized and therefore the instance is not available.

Anybody any suggestion, I would really like to switch to sendinblue.

sjoerdblauw commented 5 years ago

Creating a fresh project solved the issue