Skip to content
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

Open
Linicks opened this issue May 21, 2015 · 4 comments
Open

Update Node Requirements #2

Linicks opened this issue May 21, 2015 · 4 comments

Comments

@Linicks
Copy link

Linicks commented May 21, 2015

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.

@quantuminformation
Copy link

Also getting this error in the tsd project

@rootical
Copy link

This one fails our CI builds...

@jordanluyke
Copy link

@Bartvds

@egel
Copy link

egel commented Jul 10, 2017

Adding --force flag while install the packages (npm i --force) might remove this error temporarily - but of course it's not a solution at all! It's just monkey patching.

Hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants