We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On package.json it say
"engines": { "node": ">= 7.6.0", "npm": ">= 3.10.0" },
But dependency joi is in version 13 witch is compatible node >=8.9.0. if you use yarn as package manager it just crash on node <8.9.0
Trails version: 3.0.3 => master say 3.1.0 and doesn't have joi anymore
The text was updated successfully, but these errors were encountered:
Example of crash https://travis-ci.org/trailsjs/trailpack-sequelize/jobs/307151119#L372
Sorry, something went wrong.
No branches or pull requests
Issue Description
On package.json it say
But dependency joi is in version 13 witch is compatible node >=8.9.0. if you use yarn as package manager it just crash on node <8.9.0
Trails version: 3.0.3 => master say 3.1.0 and doesn't have joi anymore
The text was updated successfully, but these errors were encountered: