trouble getting it served
Spread operator doesn't come around in Node til after 4, no? I see it used in the webpack config file.
I'm going to try and bump the engine version to Node >= 8.6.0 and try and resolve all conflicts and see where that gets me.
UPDATES:
- Confirmed working with yarn system install without node and then node version 8.6.0. Successfully packs but now nothing displaying on npm run start:dev
- Uncaught Error: Cannot find module 'strip-ansi' currently running down
I run into this problem every once in a while when switching node versions. You need to rebuild node-sass. Try running npm rebuild node-sass
You'll probably also need to rebuild electron after npm installing so node-audio gets built for the version of node electron is running (this should be added to the readme) https://github.com/electron/electron-rebuild/blob/master/README.md
Fair warning: node-audio takes a LONG time to build. I haven't gotten a chance to investigate ways to improve build time yet