-
I'm kinda stumped because it looks to me like ember-impagination is using ember-cli 2.11.1. Also, ember-template-compiler does not appear to be a bower package.
```
Error: Cannot find module 'path…
-
I'm using SASS as part of the following dependency tree:
``` json
{
"ember-cli": "1.13.13",
"ember-cli-app-version": "1.0.0",
"ember-cli-babel": "5.1.5",
"ember-cli-content-security-p…
-
I created a component using the code from this repo's README and I am getting this error in the console:
```
Uncaught Error: Could not find module `ember` imported from `ember-cli-pixijs/component…
lrdiv updated
5 years ago
-
Currently generating an app with `3.8.0-beta.1` leaves us with out of date dependencies. For example, the following changes are needed in a new app to get things up to date:
```diff
diff --git a/p…
-
Thanks for the great addon.
I've got an error when trying to use a simple example with `ember-power-select`
```
# yarn.lock
ember-power-select@1.5.0:
version "1.5.0"
resolved "https://re…
-
Cc: @Sannis, @sourrust
Hi guys,
I've had a few ideas about updating the :common set of languages to better match reality and expectations.
Here's the download stats from the site, by language:
`…
-
## Version **1.4.3** of **ember-percy** was just published.
Branch
Build failing 🚨
Dependency
ember-percy
C…
-
`ember install ember-leaflet`
```
Yarn: Installed ember-leaflet
checker.assertAbove is not a function
TypeError: checker.assertAbove is not a function
```
package.json dependencies:
```
…
-
I'm on lesson 6 where we work on seeding the database with randomly generated data. I'm able to generate seed data for library. I'm facing issues when it comes to generating authors and books. The iss…
-
Currently, importing a template (i.e., in an addon's component) includes a
##### lib/my-addon/addon/components/x-foo.ts
```ts
// @ts-ignore: Ignore import of compiled template
import layout fro…