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

Relax Node dependency #134

Closed
KiaraGrouwstra opened this issue Nov 4, 2016 · 2 comments
Closed

Relax Node dependency #134

KiaraGrouwstra opened this issue Nov 4, 2016 · 2 comments
Milestone

Comments

@KiaraGrouwstra
Copy link
Contributor

Bug Report

To reproduce: try installing Covalent on a new Node version (e.g. 6.9) through a package manager enforcing strict checks, such as Yarn.
This errors due to the "node": ">4.4 < 5", check in package.json. In actuality, a new Node version would work fine (as is the case when installing using npm over yarn).

What is the expected behavior?

Install without errors; a version check updated to match more recent versions that do in fact work.

What is the motivation / use case for changing the behavior?

Yarn is more desirable than NPM since it helps locking down exact package versions.

@emoralesb05
Copy link
Contributor

Thanks for pointing us this issue, we are gonna lax our node dependency to < 7 for now, and maybe even remove the upper limit later on.

@emoralesb05
Copy link
Contributor

Done with #136

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

2 participants