expresso
expresso copied to clipboard
Can install expresso but not jscoverage
I have been able to install expresso, but when I attempt to install node-jscoverage, this what happens:
$ make install cd deps/jscoverage && ./configure && make && mv jscoverage node-jscoverage /bin/sh: ./configure: No such file or directory make: *** [deps/jscoverage/node-jscoverage] Error 127
update the submod
How do I do that?
git submodule update --init
Sorry, but I don't quite understand how to install expresso, then. I downloaded the tarball and then extracted it into a directory in /usr/local/src. I then went into the directory and wrote make install. It's not a git repo.
So, instead, how should I get the files for expresso and then install them?
Wait, this works if I git clone your repo and make install within it. So this works that way. However, what's the point of having tarballs that can be downloaded, then?
not my fault github doesnt include submods
I'm installing on another machine. This happens-
$ sudo git submodule update Initialized empty Git repository in /usr/local/bin/expresso/deps/jscoverage/.git/ github.com[0: 207.97.227.239]: errno=Connection refused fatal: unable to connect a socket (Connection refused) Clone of 'git://github.com/visionmedia/node-jscoverage.git' into submodule path 'deps/jscoverage' failed
Any suggestions?
Hmm, cloud9 seems to work with express via the new npm feature, but not expresso due to a node-jsocverage error
huh? why is cloud9 making you grab expresso?
Hmm, It just now works like local
npm install express npm install expresso
and there you are, in your node development heaven of awesomeness. With one exception that jscov does not build on the boxes of cloud9.
right.. that's why I wouldn't use a browser based IDE :D haha. but yeah I've heard it having some issues on some platforms, isaac is working on a pure-js coverage tool, should be pretty straight forward
;)
I even saw a --cov
flag go into node core a while ago, not sure what happened with that