LeoIannacone / npm2deb

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

How to use npm2deb with git #155

Open martux69 opened 2 years ago

martux69 commented 2 years ago

Hi, I try to use npm2deb with a module not registered at registry.npmjs.org, it is only available at github ( https://github.com/d3473r/jitsi-keycloak ). After calling npm2deb create jitsi-keycloak I get e message like Not found ... Note that you can also install from a\ntarball, folder, http url, or git url but there is no example and no hint with help or man how to do it.

If I try npm2deb create https://github.com/d3473r/jitsi-keycloakI get an error: Expecting value: line 7 column 1 (char 6).

Any help is welcome :-) Kind regards Martin

guimard commented 2 years ago

In this case, try dh-make-node