Squidwarc icon indicating copy to clipboard operation
Squidwarc copied to clipboard

Need to instruct user to install Node requirements

Open machawk1 opened this issue 7 years ago • 4 comments

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 avatar Jul 20 '17 17:07 machawk1

\o/

machawk1 avatar Jul 20 '17 18:07 machawk1

:o

machawk1 avatar Jul 21 '17 17:07 machawk1

@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

N0taN3rd avatar Jul 21 '17 17:07 N0taN3rd

@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.

machawk1 avatar Jul 21 '17 17:07 machawk1