vowsjs / vows

Asynchronous BDD & continuous testing for node.js
http://vowsjs.org
Apache License 2.0
1.56k stars 165 forks source link

vows -w not working under windows #170

Closed Phoscur closed 6 years ago

Phoscur commented 12 years ago

D:\myProject>vows -w Error: No such module //oO wtf? this line dissapeard when I tried to copy it from console... at EventEmitter. (node.js:386:27) at C:\Users\Me\AppData\Roaming\npm\node_modules\vows\bin\vows:292:17 at Object. (C:\Users\Me\AppData\Roaming\npm\node_modules\vows \bin\vows:410:6) at Module._compile (module.js:432:26) at Object..js (module.js:450:10) at Module.load (module.js:351:31) at Function._load (module.js:310:12) at Array.0 (module.js:470:10) ... // here some pending dots

node v. 0.6.6, Windows 7 x64

Also the argument --dot-matrix is ignored for me

indexzero commented 12 years ago

@Phoscur Don't have a Windows machine to verify this on. Just ditched my bootcamp setup forever.

Can you dig in from the line it is failing. Looks like it may just be a false positive from your SIGINT signal. Or maybe signals need to be handled differently on Windows? Not sure

https://github.com/cloudhead/vows/blob/master/bin/vows#L292

indexzero commented 12 years ago

@Phoscur To try out vows in dev mode

  git clone https://github.com/cloudhead/vows.git
  cd vows
  npm link
  open bin/vows // should open it in your text editor 
evanp commented 6 years ago

vows 1.x doesn't support -w, so I'm going to close this