-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update Node Requirements #2
Comments
Also getting this error in the tsd project |
This one fails our CI builds... |
Adding Hope it helps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing via npm it get the following warning:
npm WARN engine joi-assert@0.0.3: wanted: {"node":">= 0.10.0 <= 0.11.0"} (current: {"node":"2.0.0","npm":"2.9.0"})
With newer versions of Node available, it would probably be a good idea to test this lib with newer versions, and update the package.json to reflect the changes.
The text was updated successfully, but these errors were encountered: