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

Need to instruct user to install Node requirements #1

Open
machawk1 opened this issue Jul 20, 2017 · 4 comments
Open

Need to instruct user to install Node requirements #1

machawk1 opened this issue Jul 20, 2017 · 4 comments

Comments

@machawk1
Copy link
Collaborator

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 the ramda module installed.

@machawk1
Copy link
Collaborator Author

\o/

@machawk1
Copy link
Collaborator Author

:o

@N0taN3rd
Copy link
Owner

@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.
I did not use Async/Await until Electron 1.7.x which bumped the Node version to 7.9.0 even tho you could before with the --harmony flag even then it was janky.
Which version of Node are you using?
I want to set the engines field of the package.json to state the minimum version of Node.js we know Squidwarc will run nicely on.
Thinking v7.9.0 as this is when I started relying on babel to only transpile the ES6/ES7 more extreme language features used in WAIL.
node.green is typically my goto for these questions

@machawk1
Copy link
Collaborator Author

@N0taN3rd I am currently on Node v7.4.0 but am running into issues per #2. node.green is a cool resource. Thanks for making me aware.

I plan on poking at this repo more over the w/e.

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

No branches or pull requests

2 participants