itay / node-cover

Native JavaScript Code Coverage
http://www.cover.io
165 stars 17 forks source link

Cannot install on windows (npm) #6

Closed danielkrau closed 12 years ago

danielkrau commented 12 years ago

I think it's due to compress-buffer, but if I try to

npm install -g cover

I get an error

compress-buffer@0.5.1 install [path]

make build

rm -Rf build process_begin: CreateProcess(NULL, rm -Rf build, ...) failed. make (e=2): File not found

npm ERR! error installing compress-buffer@0.5.1 npm ERR! error installing cover@0.2.1

itay commented 12 years ago

@danielkrau - thanks for the heads up! I haven't tested it on Windows, but I do want it to work. I'll try and find another compression library.

itay commented 12 years ago

Hmm - this might prove to be more difficult than I imagined. There isn't a compression library that works on Windows except the built-in zlib, but that won't work in this case as it is asynchronous.

itay commented 12 years ago

@danielkrau this should be fixed now with 0.2.6 - I even tested it on Windows (Windows 7 and Node 0.6.5)