-
Notifications
You must be signed in to change notification settings - Fork 23
Spacejam: Unknown error with exit code 'null' #50
Comments
@dpankros I have nothing to go on here. Questions:
|
OSX 10.11.3 As I said previously, if I run For example, packages internal for my company (we have at least 10) fail on my machine if I use spacejam, but the same packages work just fine on our CI server. (CI server is running ubuntu) Any other info I can provide? |
Did you get it to work somehow? I know that issue is about Windows but I've been having similar hickups and it could be caused by ps process handling peculiarities on OSX as well. Have you tried running spacejam with the --loglevel debug option? |
Nope. It's still broken.
|
@dpankros can you try and reinstall meteor? Some issues have been solved this way. |
I have a similar problem … using 1.6.2-rc.4 version of spacejam:
|
Same here running on OSX It seems that the process explorer package can't find mongod process Details:
|
BTW, I've tried that package from node console manually and it couldn't find the |
I was having the same issue on OSX (El Capitan). Installing the RC seemed to fix it for me but now spacejam never exits after running the tests. I get down to the line |
@rbabayoff BTW, reinstalling meteor didn't affect the behavior in any way. |
Is there any update on this issue? i have tried any combination of spacejam and node and practicalmeteor:mocha version but the issue remains. The tests are passing correctly for me but spacejam always exits like this (no matter what the actual test results were):
The problem here is that the return code is always |
any update on this one? |
Yeah we still have that problem and consider switching away from spacejam because of it. |
I'm having this problem as well (OSX, tinytest). I'm trying to go through the code and see if I can come up with a patch, but I don't know if I will succeed. Is there a viable alternative to spacejam someone can recommend? |
+1 for this issue. Also having this problem. |
I created a fork of this repo with the changes in the pull request created by @noahadle. I also checked in the compiled JavaScript files so that the repo can be used directly with |
I need some help figuring out what's going on with this. I just installed spacejam for all users (
sudo -H npm install -g spacejam
) and triedspacejam test-packages ./
and I get:This package works fine and all tests pass using
meteor test-packages ./
Worse, it does the same for all packages. That makes me pretty confident it's a installation or configuration issue, but I'm sure where to look. Any ideas? I've tried all sorts of combinations of options, like using the system phantomjs, etc, to no avail.The text was updated successfully, but these errors were encountered: