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

trouble getting it served #1

Open
cdbattags opened this issue Nov 9, 2017 · 2 comments
Open

trouble getting it served #1

cdbattags opened this issue Nov 9, 2017 · 2 comments

Comments

@cdbattags
Copy link

cdbattags commented Nov 9, 2017

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
@ramirezd42
Copy link
Owner

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
Copy link
Owner

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

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

No branches or pull requests

2 participants