Bug#650345: [Pkg-javascript-devel] Bug#650345: npm: please consider rewriting shebangs on the fly to refer to "nodejs" name

2013-01-25 Thread Jérémy Lal
On 25/01/2013 22:26, Jonathan Nieder wrote: > found 650345 npm/1.1.4~dfsg-2 > quit > > Hi, > > Dominique Dumont wrote: > >> # bug has been fixed by Jeremy and Jonas > > Thanks for the heads up. It doesn't seem to be fixed, though: > > $ npm install express > [...] > $ head -1 node_modules/e

Bug#650345: npm: please consider rewriting shebangs on the fly to refer to "nodejs" name

2013-01-25 Thread Jonathan Nieder
found 650345 npm/1.1.4~dfsg-2 quit Hi, Dominique Dumont wrote: > # bug has been fixed by Jeremy and Jonas Thanks for the heads up. It doesn't seem to be fixed, though: $ npm install express [...] $ head -1 node_modules/express/bin/express #!/usr/bin/env node $ dpkg-query -W npm 1.1.4~dfs

Bug#650345: npm: please consider rewriting shebangs on the fly to refer to "nodejs" name

2011-11-28 Thread Jonathan Nieder
Package: npm Version: 0.2.19-1 Severity: wishlist Hi, As mentioned at [1]: On some machines /usr/sbin/node refers to some program that is not the node.js interpreter[2]. Therefore it would be helpful to have a facility to automatically rewrite shebangs that currently refer to "#!/usr/bin/env no