-
ESLint is complaining about this.attrs.
```
/home/travis/build/btecu/ember-cli-bootstrap-datetimepicker/addon/addon/-private/dynamic-attribute-bindings.js
11:26 error Do not use this.attrs emb…
-
Maybe related to having Ember moved away from bower_components, but it's throwing this error:
```
Error: Cannot find module '/bower_components/ember/ember-template-compiler'
```
```
at Class.…
-
```
D:\planetside\planetside-website>npm install ember-cli-materialize --save-dev
ember-cli-materialize@0.19.5 node_modules\ember-cli-materialize
├── rsvp@3.2.1
├── ember-cli-htmlbars@1.0.5 (strip-bom…
-
Here's the console warning output when I install `field-guide` on a brand new addon:
```bash
WARNING: [DEPRECATION] [DEPRECATION] Usage of the Ember Global is deprecated. You should import the Em…
-
I am trying to install ember-cli-materialize in an ember engine in order to have isolated styles for the engine. I have followed the steps in [https://github.com/aexmachina/ember-cli-sass](https://git…
fr0gs updated
6 years ago
-
I just created a new app with Ember CLI 2.3.0-beta.2.
```
$ ember new test-app
```
Installed ember-cli-velocity
```
$ ember install ember-cli-velocity
```
Try to launch the server
```
$ ember s
`…
-
Ember CLI wrongly assumes being inside an Ember CLI project if `ember-cli` is installed in yarn workspace. When running `ember new ` and `ember addon ` it throws `You cannot use the new/addon command …
-
In the old site, we had a section about the creation of node servers
**Old site** - https://ember-cli.com/user-guide/#mocks-and-fixtures
**Ember CLI blueprint** - https://github.com/ember-cli/emb…
-
I'm getting the following breakage on upgrading to Ember 2.12, and it seems to be coming from something within this package.
```
Cannot find module '/Users/brandonmckay/Foodee/StarFox/bower_compon…
-
This issue is for collecting possible use cases for this addon, as suggested by @stefanpenner, as this can be used in various ways that might not be obvious at the first look. The outcome of this coul…