-
I'm using ember-cli-eyeglass to import an eyeglass-aware package into an Ember project. If the package contains
```js
// eyeglass-exports.js
import someSupport from './lib/some-support'
export def…
-
Hey, after a recent update to the app I am receiving the following error: `Cannot read property 'String' of undefined`. I traced it down to a condition in the inflector's `addon/lib/ext/string.js`:
…
pavlo updated
3 years ago
-
Upgrading our apps from Ember v.3.16 to v.3.20, but I’m not able to use my trigger instead of the default one in the ember-power-select(-multiple).
```
"ember-cli": "3.20.2",
"ember-cli-b…
-
The error is "Cannot find module ...", if you add the missing module there's another "missing" one and another one and another one ...
```bash
❯ ember s
Building into /private/var/folders/k0/b1p9…
-
Hi my team recently upgraded to 3.5.1 and we started seeing this warning:
```
WARNING: Invalid Broccoli2 node detected, falling back to broccoli-builder. Broccoli error:
---------------
Object: …
xiwcx updated
5 years ago
-
This issue has been opened for a while https://github.com/offirgolan/ember-light-table/issues/145 and hasn't been addressed.
Since the time that it has been open things have been added to the ecosy…
-
Are there any recommendations how to setup test coverage in v2 addons?
With v1 addons or apps, we could follow instructions outlined in https://github.com/ember-cli-code-coverage/ember-cli-code-cov…
-
do you know how to solve this iisue
root@pirl:/home/mining/open-ethereum-pool/www# ./build.sh
/home/mining/open-ethereum-pool/www/node_modules/ember-cli-app-version/node_modules/ember-cli-babel…
-
I think it's because addons are resolving their capabilities local to them rather than the host app.
because `setComponentTemplate` (used in the output of co-located components), is referenced as `Em…
-