-
Hey,
I'm in the midst of developing my first addon. When searching for resources that help you get the job done, it is mostly the section on https://ember-cli.com/extending/#developing-addons-and-b…
gossi updated
6 years ago
-
One of the technical hurdles that plagues a lot of novices is the dependency management hurdles when upgrading.
To that end it would be great if Ember Observer could help incentivize addon communi…
-
**What is the current behavior?**
I'm currently using ember-cli to install a package:
```
ember install ember-cli-mocha
```
While running this command, I get the following:
```
➜ ember…
-
A project with both `ember-cli-mocha` and `ember-mocha` as top-level ember addons will result in duplicate fixture HTML being rendered. Unfortunately, this also means that more than one DOM element ha…
-
I suspect it may have something to do with how it is reaching in to discover ember-source files
```
stack: TypeError: Cannot read property '_addon' of undefined
at Class._monkeyPatch_EmberDep…
-
Ember-cli detects addons based on the keywords field in package.json ([source](https://github.com/ember-cli/ember-cli/blob/a4734540b3889c7f6ef304fe6a81dd356f77bfe4/lib/models/addon-discovery.js#L198))…
-
Hi !
I have an issue with this addon when i try to install directly i get:
```
> ember install ember-collection
DEPRECATION: Overriding init without calling this._super is deprecated. Please call `t…
-
# Improve testing infrastructure
* Book: https://karolgalanciak.com/test-driven-ember/
* [ ] `ember-test-selectors` addon
* [ ] `ember-cli-page-object` addon
* [ ] `ember-sinon-qunit`
* [ ] `e…
-
It should at least document:
- How to install the Ember CLI addon
- How to update the Ember CLI addon
- How to find the Demo
- Which components are available
- The basics of how to theme the ad…
-
``` no-highlight
ember install ember-cli-es5-shim
version: 0.2.5
Installed packages for tooling via npm.
Cannot read property 'name' of undefined
TypeError: Cannot read property 'name' of undefined
…