arikon / npm2debian

Utility to convert npm packages to Debian packages
32 stars 13 forks source link

./debian dir must not be installed during install stage #15

Open kapouer opened 12 years ago

kapouer commented 12 years ago

This : E: npm-ini: missing-dep-for-interpreter make => make | build-essential | dpkg-dev (usr/lib/node_modules/ini/debian/rules)

showed me that there is a copy of ./debian in usr/lib/node_modules/ini/ This must not happen.

arikon commented 12 years ago

Solution could be generation of .npmignore with content:

debian
debian/*