Closed Phoscur closed 6 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
@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
vows 1.x doesn't support -w, so I'm going to close this
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