LeoIannacone / npm2deb

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

npm2deb fails with editorconfig #61

Closed pravi closed 7 years ago

pravi commented 7 years ago

$ npm2deb create editorconfig [Errno 2] No such file or directory: 'package' -> 'editorconfig'

shanavas786 commented 7 years ago

normally root directory of npm module tarball is named 'package' and it differs for 'editorconfig'

pravi commented 7 years ago

@shanavas786 can we report it in editorconfig?

pravi commented 7 years ago

but why is it not using the github tarballs?

shanavas786 commented 7 years ago

but why is it not using the github tarballs?

For creating debian install files, npm2deb depends on npm2deb tarballs. then after creating debian files it uses watch file to fetch github tarball.

can we report it in editorconfig?

since npm handles it properly, they need not take it as an issue.