LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

Dependency resolution issue with bundled debian packages resulting to dependency loop #127

Open maikeueule opened 5 years ago

maikeueule commented 5 years ago

Hi,

I encounted this issue when packaging for instance the module mime-types, which has a single dependency on mime-db.

When building dependencies, the mapper associates node-mime-types for mime-db as the latter is bundled into the first one. The result is a dependency loop where node-mime-types depends on itself, and not node-mime-db.

Cheers

guimard commented 5 years ago

Unable to reproduce.