node-twitter-api-v2
node-twitter-api-v2 copied to clipboard
Server Error ReferenceError: Cannot access 'TwitterApiReadWrite' before initialization [bug]
Describe the bug I am getting this error anytime I just import the library & do a simple call: e.g.
let res = await client.v2.tweet("Hello");
Version
- Node.js version: 20.1
- Lib version: 1.16.4
Additional context All of this worked really well before, not sure what's changed? My codebase is pretty much the same.