npm2deb icon indicating copy to clipboard operation
npm2deb copied to clipboard

How to use npm2deb with git

Open martux69 opened this issue 2 years ago • 1 comments

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

martux69 avatar Mar 15 '22 15:03 martux69

In this case, try dh-make-node

guimard avatar Mar 15 '22 15:03 guimard