-
Notifications
You must be signed in to change notification settings - Fork 17
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
ember nw
crashes before starting nw.js
#4
Comments
I'm running |
Thanks for reporting this! I'll work on a fix to handle this more graciously and publish a new version soon. Hopefully, you're still able to get things running in the meantime with the |
No worries! Yeah I saw the NW_PATH when digging through the source.
|
* Update blueprint to add 'nw' as a local NPM dependency * Update 'ember nw' command to look for local 'nw' package first, with fallback to binary specified by process.env.NW_PATH * Improve error message Closes #4
I've updated the addon to add NW.js as a local NPM package in your project when you first install the addon with
You can read more about the changes here. |
Every time I run
ember nw
, it builds the nw app, but then it crashes just before startingnw.js
. However I can runnw
in the same project and thenw
application will start. Here is the output from ember-cliThe text was updated successfully, but these errors were encountered: