Software Version
7.2.0
Language Version
20.10.0
Operating System
Mac OS 13.3.1
What happened?
- Imported easypost-node library
- Attempt to create new EasyPostClient via
const client = new EasyPostClient(process.env.EASYPOST_API_KEY!);
- Upon building, error is thrown that
.TypeError: a is not a function
- After commenting out the code, the app builds fine
What was expected?
To be able to build the app while using EasyPostClient
Sample Code
const client = new EasyPostClient(process.env.EASYPOST_API_KEY!);
Relevant logs
No response
Software Version
7.2.0
Language Version
20.10.0
Operating System
Mac OS 13.3.1
What happened?
const client = new EasyPostClient(process.env.EASYPOST_API_KEY!);.TypeError: a is not a functionWhat was expected?
To be able to build the app while using EasyPostClient
Sample Code
Relevant logs
No response