-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developer guide doesn't lead to a successful setup #390
Comments
Thanks, looks like we've managed to keep the chicken/egg problem going. I'll take a look today Tim! |
Thanks, looks like we've managed to keep the chicken/egg problem going
It’s good to have hobbies
No rush on my account, I just wanted to make sure it was tracked
…Sent from my mobile
On 12 Aug 2022, at 8:51 am, Matt Fellows ***@***.***> wrote:
Thanks, looks like we've managed to keep the chicken/egg problem going. I'll take a look today Tim!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Just came across the same issue, with a similar spec machine (m1 mbp / node v16) Thanks for your instructions, they managed to get me to the same state, which I have resolved at least for me for the time being I can get the test to pass by changing the content type to there is currently a cross-platform workaround for windows platforms
|
👋 Hi! The 'smartbear-supported' label has just been added to this issue, which will create an internal tracking ticket in PactFlow's Jira (PACT-789). We will use this to prioritise and assign a team member to this task. All activity will be public on this ticket. For now, sit tight and we'll update this ticket once we have more information on the next steps. |
I've updated the developer guide as part of #444 to note that the developer needs to run the download scripts prior to running anything npm related in the repo, as they won't have anything in All the other step does is Also made it sure fries the ffi folder, as otherwise every time you ran |
closed by #444 edit - I don't know if you can link issues to be closed this way, or if I need to put |
Updated again to reflect the process of prebuilds and ignore-scripts |
I believe this is complete |
Software versions
Please provide at least OS and version of pact-js
Issue Checklist
Please confirm the following:
Expected behaviour
A fresh checkout runs npm install successfully, as per the developer instructions. Then, the tests will pass.
Actual behaviour
(also there are no FAQs in the readme - but the checklist says to check them)
Fresh checkout fails to run npm install:
After running
./script/download-libs.sh
, thennpm install
succeeds, but if I donpm run test
, then that fails too:Steps to reproduce
npm install
./scripts/download-libs.sh
npm install
and thennpm run test
Relevant log files
Here's the failing part of the test run - no additional helpful output unfortunately:
The text was updated successfully, but these errors were encountered: