schmix icon indicating copy to clipboard operation
schmix copied to clipboard

trouble getting it served

Open cdbattags opened this issue 8 years ago • 2 comments

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

cdbattags avatar Nov 09 '17 18:11 cdbattags

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

ramirezd42 avatar Nov 10 '17 01:11 ramirezd42

Fair warning: node-audio takes a LONG time to build. I haven't gotten a chance to investigate ways to improve build time yet

ramirezd42 avatar Nov 10 '17 01:11 ramirezd42