-
Notifications
You must be signed in to change notification settings - Fork 5
mock server failing to start #2
Comments
How are you loading up the dependency? I'm worried that you're mentioning using the 'master', when you shouldn't be using git to include node project dependencies, but instead use npm. If you did use NPM, you should have a 'pact' executable under your node_modules/.bin/, just try to run it to see if that works. You don't need ruby anymore since Pact is now using a portable version of ruby within it's executable. I've also seen this before when the pact scripts running die because of an error, and that makes pact try to exit but it hasn't finished instantiating yet, causing this error. I might have to investigate this further. In the meantime, just try to remove your 'src' property and see if that runs. If it does, I recommend you try to go file by file using node to run your script to see if any issues arise. Please let me know of the outcome cause I need to wrap this if this is the case. Cheers. |
I'm pulling your Removing the
I currently only have one script, with nothing more than a Running the
I have gone as far as blowing away |
Hm, okay. I have never tried to install it via github and I'm not sure if Please let me know how you go so I can add better tests around your use On Wed, Apr 27, 2016 at 11:30 PM Matt Travi notifications@github.com
|
I'm on OSX, so the
I get the following error:
Would I be correct to assume that the bundled version is If I remove both the
and Does this mean that I'm limited to using ruby version |
hm, interesting. Thanks for getting back to me on this. the On Thu, Apr 28, 2016 at 1:02 PM Matt Travi notifications@github.com wrote:
|
Cool, if it can be resolved without forcing me to adjust my project to a specific ruby version, that would obviously be preferred. I'm happy to help test things out if you are abe to find a possible solution. Thanks for looking into this and for your work moving this project forward. |
Yeah, definitely. No problem. Just wait for what I have in store in the future ;) On Thu, Apr 28, 2016 at 1:41 PM Matt Travi notifications@github.com wrote:
|
@travi I've created a new ticket on the right repo, please direct all your comments and findings there as I'll close this one. Cheers. |
I've been trying to follow along with your progress, but I'm having trouble getting things to execute successfully with the latest
master
. Upon runninggrunt --verbose pact
, I'm seeing the following:and
My task config (I use load-grunt-config, so this config is located in
grunt/pact.yml
):I see that your travis build is passing, and I confirmed that
npm test
also passes when I run it locally. I'm not sure what to check next, but wanted to at least report the issue in case it would help identify something if it is related to the project.The text was updated successfully, but these errors were encountered: