-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The method described in the Docs to use this sdk in Node DOES NOT WORK, at least not in Node 10.15 with npm 6.6:
const eventbrite = require('eventbrite');
// Create configured Eventbrite SDK
const sdk = eventbrite({token: 'OATH_TOKEN_HERE'});
This yields a "eventbrite is not a function" error.
Here's the workaround:
const eventbrite = require('eventbrite').default;
Your Environment
- SDK version: 1.1.0
- Node version: 10.15.0
- NPM version: 6.6.0
- Operating system: Windows 10
dustinfreeman, SuragSheth, johnpolacek and hacking-robot
Metadata
Metadata
Assignees
Labels
No labels