-
in an addon,
```
.
├─┬ @glint/environment-ember-loose 0.9.7
│ ├── ✕ missing peer @glimmer/component@^1.1.2
│ ├── ✕ missing peer ember-cli-htmlbars@^6.0.1
│ └─┬ @glint/template 0.9.7
│ └── ✕ m…
-
Hi there,
I've just had a problem with building production dist files and after lots of debugging (many, many thanks to Jamie White) we tracked down the problem to this ember-cli addon. After remov…
-
After making changes to `dummy/lib/lazy/addon/styles/addon.scss` and running `npm run build`, changes are not reflected in `dist/engines-dist/lazy/assets/engine.css`. Only after `rm -rf node_modules`,…
-
We seem to have had a regression recently in apps using typescript with ember-cli-mirage. Any TS files in the mirage subdir are getting dropped.
-
On a new project, I just added `broccoli-sass` and `ember-cli-bootstrap-sass`
error while running `ember s`:
```
$ ember s
The package `ember-data` is not a properly formatted package, we have used …
-
Trying ember install ember-cli-stained-by-children, this is the error I have:
TypeError: Cannot read property 'name' of undefined
at C:_Work\VS Projects\Phoenix_Prod\SPAs\Admin\node_modules\ember…
-
Hey Dockyard, I'm trying to implement ember-cli-bootstrap into an existing ember-cli bower bootstrap project but am getting this error in the browser console:
```
TypeError: Attempting to register an…
-
**Which operating system and version is the project developed on?**
All of them (BigSur MacOs 11.2.3 , and Heroku: 4.4.0-1086-aws Linux Kernel, Ubunutu Ubuntu 18.04.5 LTS)
**Which version of [`ruby`…
-
- **ember-cli:** 2.7.0
- **ember-component-css:** 0.2.0-beta.6
- **ember-cli-less:** 1.5.3
``` less
.mixin {
color: blue;
}
.hello {
color: red;
.mixin;
}
```
``` bash
File: components/my-co…
exeto updated
7 years ago
-
`ember install ember-async-button` generates a deprecation warning in ember 2.18.0:
`DEPRECATION: An addon is trying to access project.nodeModulesPath. This is not a reliable way to discover npm mo…