diversario / node-ssdp

node.js SSDP client/server.
MIT License
274 stars 118 forks source link

Fix import problem #87

Closed jean-smaug closed 6 years ago

jean-smaug commented 6 years ago

When i try to import the module i get an error telling me that the lib-cov folder doesn't exist.

So i use require.resolve instead of require. I get some warning but at least it works 😄