taxjar / taxjar-node

Sales Tax API Client for Node
https://developers.taxjar.com/api/reference/?javascript
MIT License
54 stars 24 forks source link

Cannot find type definition file for 'bluebird' #17

Closed zgosalvez closed 6 years ago

zgosalvez commented 6 years ago

Just updated to taxjar 2.1.1, but running tsc now produces this error:

node_modules/taxjar/dist/taxjar.d.ts(1,23): error TS2688: Cannot find type definition file for 'bluebird'.
fastdivision commented 6 years ago

@zgosalvez Sorry about that, I just included the necessary types under dependencies in package.json. Try updating to v2.1.2. Thank you!