pradel / node-instagram

Instagram api client for node that support promises.
MIT License
190 stars 27 forks source link

error TS1192: Module '"events"' has no default export. #148

Closed santoshshinde2012 closed 5 years ago

santoshshinde2012 commented 5 years ago

When I am trying to build in typescript getting following error,

node_modules/node-instagram/lib/stream.d.ts:2:8 - error TS1192: Module '"events"' has no default export.

2 import EventEmitter from 'events';

pradel commented 5 years ago

This should be fixed in v4.3.0. Feel free to reopen the issue if the problem is still there :)