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/express/bin/express > #!/usr/bin/env node > $ dpkg-query -W npm > 1.1.4~dfsg-2
All debian packages shipping nodejs executables have been fixed. Files downloaded by npm are not modified. It's up to the user to either install nodejs-legacy or symlink nodejs, should he want to run executables installed by npm. Do that last sentence should be added to npm's README.Debian ? Jérémy. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

