Hi, I always get the return code 7 when I run "npm search <term>" from python ( subprocess.check_output([ 'd:/nodejs/npm.cmd', 'search', 'connect' ], shell=True) ). When I run the command from the commandline ( #> d:/nodejs/npm.cmd search connect ) it works as expected. I was already searching for the return code from npm/node but I didn't found anything about the return codes in general.
So, now I'm wonder what the return code 7 ( from node/npm ) means? I'm working on windows at the moment. Thanks in advance and best regards Christian -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
