LeoIannacone / npm2deb

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

fails to parse package.json for yarn #87

Closed simevo closed 7 years ago

simevo commented 7 years ago
npm2deb yarn

does not fill the Depends and Build-Depends.

This in turn prevents the js_task_edit.py script (https://anonscm.debian.org/cgit/pkg-javascript/js-task-wiki-edit.git) from generating a proper Task

shanavas786 commented 7 years ago

@simevo, nm2deb works as expected.

simevo commented 7 years ago

many thanks for the clarifications

your tip to use js_task_edit.py -f yarn/package.json made it, but I had to manually remove the line with eslint-plugin-yarn-internal else the script chokes on that