-
Notifications
You must be signed in to change notification settings - Fork 27
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
Can it use system node? #76
Comments
Hi ! As you noticed, ezPAARSE downloads |
Understood. Is there an issue open with a description of the failure? I don't see one? FYI I'm asking because I'm pondering using ezPAARSE as a benchmark for the nodejs/benchmarking runs. In that context it would be useful if it worked on LTS or development versions of Node. See this issue and this PR if you'd like to chime in, correct any misunderstandings I have, etc. |
Actually there was no dedicated issue for this yet, as most of our users don't need to bother with version compatibility since ezPAARSE ships with its own node version. However we should get this fixed, so I created #77 and will get it fixed by the end of the week. |
This project downloads nvm (?) and uses node v8.6.0.
Is this a hard dependency, or can it run on more recent versions of node?
If it will work on more recent versions of node, how to configure this?
I see relevant-looking stuff in
config.json
andbin/buildnode
but would appreciate advice.The text was updated successfully, but these errors were encountered: