Strider-CD / strider-node

Run Node.js tests in strider
11 stars 13 forks source link

No NPM commands work on Windows #7

Closed abe545 closed 10 years ago

abe545 commented 10 years ago

It seems this is because on Windows, npm is actually npm.cmd and child_process doesn't try to resolve .cmd files for execution. Like always, stackoverflow was able to show me why npm fails under Windows here.

abe545 commented 10 years ago

I fixed this issue in my pull request: https://github.com/Strider-CD/strider-node/pull/8