charto / cxml

Advanced schema-aware streaming XML parser
MIT License
45 stars 33 forks source link

Cannot find module 'bluebird' #4

Closed maiermic closed 7 years ago

maiermic commented 8 years ago

I get the following error if I compile my project with tsc:

node_modules/cxml/dist/xml/Parser.d.ts(2,26): error TS2307: Cannot find module 'bluebird'.
jjrv commented 7 years ago

Sorry about the delay! This should be already fixed in 0.1.1 if you update to TypeScript 2, which has better dependency handling for required npm packages.