Sergey Belov
Sergey Belov
A wrapper is a good idea
@dkdodson3 Please make a pull request to fix it
`npm install` (without `--dev`) will also download dependencies from the npm registry. Do you have an idea how to tell `npm install` not to download any packages?
I tried one year ago ;) isaacs/npm#340
Btw, I don't like the idea to convert every dependency to its own debian package. We tried to live this way at Yandex and it was a hell =( `npm`...
Just look on the output of `npm ls` on real package I'm working on. How would you solve it with debian packages? ``` bash-3.2$ npm ls /Users/arikon/projects/bem/bem-bl-test ├─┬ [email protected] │...
What if that software is relatively big? What if one package depends on many packages that use different versions of the same lib? All must be patched? That could be...
To make it clear, what packages (and what versions) should generate npm2debian in [this comment](#issuecomment-4038442)?
You could use `npm show ` to get the last version from npm registry
We also can't look for tags on github.com for every package: not all packages are hosted on github and not all repos are tagged.