-
Notifications
You must be signed in to change notification settings - Fork 280
npm install -g dredd, Error: make
failed with exit code: 2
#1113
Comments
@travis5491811 It does look like Dredd has been successfully installed. An optional dependency has not been installed however. This doesn't affect the functionality of Dredd. The important lines are near the bottom of your output:
Protagonist cannot be installed because the last stable release does not support Node 10. |
@kylef When i try to run it, i get the following:
This is for a |
@travis5491811 OpenAPI 3 is not currently supported in Dredd. We are working on support in the future though but cannot provide a timeframe at the moment. |
Thanks @kylef , @honzajavorek for looking into it. |
@travis5491811 You're welcome! Thank you for trying to use Dredd and for filing the issue! |
Describe your problem
I found
dredd
and was excited to try it out to test my OpenAPI.yml
file withdredd api-description.yml http://127.0.0.1:3000
. But i didn't get that far. When I rannpm install -g dredd
on my Linux machine, I ran into issues.System
What command line options do you use?
Result
What's your
dredd --version
output?Can you send us failing test in a Pull Request?
I'm not sure how. This problem appears to be an issue with
dredd
being dependent on a specific setup (windows, mac, or maybe an exact version of node...i don't know). I've never had an issue wherenpm install x
didn't work for me but worked for everyone else (with one exception, somenpm
packages required assistance fromapt install build-essential
but that is already installed on my machine)Not sure if problem is due to
dredd
having unsupported packages[email protected]: Broken not support npm WARN deprecated [email protected]: Package no longer supported
The text was updated successfully, but these errors were encountered: