dbusjs / node-dbus-next

🚌 The next great dbus library for node
https://www.npmjs.com/package/dbus-next
155 stars 52 forks source link

Can't bundle it because of `usocket` library #93

Open lesha1201 opened 2 years ago

lesha1201 commented 2 years ago

Can't bundle it via Webpack because usocket depends on debug package but it's not present in my project:

image

Related issue: https://github.com/jhs67/usocket/issues/10

acrisci commented 2 years ago

Is there any workaround or anything I can do about it?

lesha1201 commented 2 years ago

@acrisci I don't know. I think we should wait till it's fixed in usocket. Created an issue to tell about the problem and also to upgrade usocket once they fix it