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

Make 'latest version of node' more specific. #97

Closed
Izhaki opened this issue Jul 30, 2017 · 1 comment
Closed

Make 'latest version of node' more specific. #97

Izhaki opened this issue Jul 30, 2017 · 1 comment

Comments

@Izhaki
Copy link

Izhaki commented Jul 30, 2017

The readme.md states:

(you'll need the latest version of Node - why?)

Now the latest version of node is rather generic and subject to change.

At the time of writing, the page linked actually shows v8.2.1 as the current version. I have v6.9.5 as my nvm default. Based on the line above - no joy for me.

package.json, however, has:

  "engines": {
    "node": ">= 6.9.0"
  },

So I can only assume this is the actual requirement? It does work with v6.9.5 it seems.

Would be nice to be more specific about the actual version.

@leo leo closed this as completed in 11f5a28 Aug 1, 2017
@leo
Copy link
Contributor

leo commented Aug 1, 2017

Great idea, thanks!

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