Hi,
I’m trying to launch meteor test in C9
meteor test --driver-package practicalmeteor:mocha --port $IP:$PORT
I get this error in return
[[[[[ Tests ]]]]]
=> Started proxy.
Unexpected mongo exit code 48. Restarting.
Unexpected mongo exit code 48. Restarting.
Unexpected mongo exit code 48. Restarting.
Can't start Mongo server.
MongoDB exited because its port was closed, or was already
taken by a previous instance of MongoDB
Check for other processes listening on port 1
or other Meteor instances running in the same project.
Does someone managed to get meteor test running on C9 ?
Regards.