-
I am using ember-electron 1.12.7 and electron 1.6.1. My app is cross-platform. My primary development environment is on Mac. Building, running, packaging and signing on Mac for a Mac app works beautif…
-
My project has been working perfectly until yesterday.
I just did "bower install" and now I am getting the following error:
```
> bower install
bower slimScroll#~1.3.6 cached https://github.c…
-
I'm trying to use `import` to add a plugin. The plugin was created using this generator.
I'm doing this in my app:
```
import videojs from 'video.js';
import 'videojs-plugin-test';
```
When the pl…
-
Steps to reproduce:
- QUnit 1.14 and Sinon 1.9 (within Teaspoon: https://github.com/modeset/teaspoon)
- Sinon will attempt to `require` several modules starting around line 944
- require is not define…
-
Seems to not work if tests setup w/ async await. Any thoughts?
-
Hi there,
As the title says, I'm unable to start the app `ember serve` after doing a "clean install"
```
npm cache clear && bower cache clean && trash node_modules bower_components && npm install …
-
Updated to latest version of Node.js and npm.
After running npm install within the videojs-contrib-ads-master directory I get a bunch of warnings and directions to contact the plugin author with error…
-
```
Error: unable to resolve root /Users/me/path/project/app: directory /Users/me/path/project/app is not watched
at null. (/Users/me/path/project/node_modules/ember-cli/node_modules/broccoli-sane…
-
Hello,
I have installed this and then done the following but it doesn't seem to be importing...
```
import { moduleFor } from 'ember-qunit'
import test from 'clientweb/tests/ember-sinon-qunit/test'
…
-
When I updated vim-test to the latest version (2016-11-28), in a rails 4.x project which use minitest, vim-test always call bin/rails, so it will be failed to run a test.