-
Notifications
You must be signed in to change notification settings - Fork 26
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
Need to instruct user to install Node requirements #1
Comments
\o/ |
:o |
@machawk1 I reopened this issue as the code base relies on ES6 (ES2015) and harmony features that the LTS version of Node does not nicely support. |
Instructing in the README for the user to run
npm install .
(or your chosen variant) will install any other requirements you have specified, e.g., I didn't have theramda
module installed.The text was updated successfully, but these errors were encountered: