ember-cli-nwjs
ember-cli-nwjs copied to clipboard
An addon for building desktop apps with Ember and NW.js
Hi @brzpegasus, I'm part of a GitHub org called [NW Utils](https://github.com/nwutils). I'm trying to consolidate NW tooling so it's easier to find useful projects and give much needed life to...
I used this addon with Ember 2.8 and everything worked. Today I tried to update to recent ember version and faced "Cannot find module app-name/routes/application" error in console. Spent few...
When I add any version of ember-power-select addon after version 0.9.0-beta.1, I get this error in the console, and the app won't start. Uncaught ReferenceError: regeneratorRuntime is not defined It...
When I package my app with ember-cli-tinymce addon installed, I get an error when it starts in the console: Failed to load resource: net::ERR_FAILED tinymce.min.js It works fine to run...
Hello, getting following error: "Uncaught ReferenceError: regeneratorRuntime is not defined", ``` async start(){ try { let response = await this.get('sync').request(json); .... ``` In ember-cli-build.js I am using: `var app =...
Hi, I'm using nwjs 0.16.1 stable and when I run **ember nw:test** command, it's opening a blank window and throwing FILE_NOT_FOUND errors. This might well be because of the base...
I am creating a build for production. Build is created successfully but when we deployed on Apache http server its throwing error "Uncaught Error: Could not find module wb-ui-core/utils/wb-resolver imported...
When running `ember nw:test --server`, the testem UI shows two launchers instead of one. This happens upon upgrading to Ember CLI 1.13.15. It does not happen with Ember CLI 1.13.14...
Is there any way to hook into the nw:package command and add additional work? I'd like to add code to wrap this in an inno installer after the application has...
This is preventing test results run in NW.js from being parsed by Testem in CI mode.