-
Verbose version results:
ember-cli: 2.15.1
http_parser: 2.7.0
node: 8.4.0
v8: 6.0.286.52
uv: 1.13.1
zlib: 1.2.11
ares: 1.10.1-DEV
modules: 57
nghttp2: 1.22.0
openssl: 1.0.2l
icu: 59.1
un…
-
Good day,
I'm getting this warning message whenever I'm starting my `ember server` and I don't know what causes `ember-cli-meta-tags` to ask for more listeners but for now, I'm using this quick fi…
-
I initially thought this was a bug but I managed to figure out what was happening.
Very similar to #31756, #44520 and #13957.
See attached screen recording. Reproducible in any Handlebars/HTMLbars…
-
Since 0.2.18 and the introduction of the `--no-shrinkwrap` to the `npm prune` command (see https://github.com/ember-cli/ember-try/blob/23bc1e62845f1786026bde54eb9a53a996003d95/lib/dependency-manager-a…
-
The current release (2.1.1) triggers an annoying deprecation warning w/ recent versions of Ember that would be fixed by upgrading to the latest release of `ember-cli-htmlbars`.
```
liquid-wormhol…
-
Error:
```
The Broccoli Plugin: [BroccoliMergeTrees: Addon#compileAddon(ember-cli-notifications) ] failed with:
TypeError: The plugin [null,{"loose":true,"noIterop":true}] didn't export a Plugin …
-
When the plugin tries to execute the `Ember.HTMLBars.compile` function, a CSP (Content-Security-Policy) that does not allow `'unsafe-eval'` will block the JS execution with the following error
```
…
-
I'm getting this in my project at the moment. `ember serve` runs fine, but `corber build` fails.
I was thinking it was one of my dependencies in the project, so created a completely blank ember pr…
-
After a fresh install of this addon, `ember build` hangs infinitely.
Steps to reproduce
1. npm install -g ember-cli@3.1.4
2. ember new ember-test-ts
3. ember install ember-cli-typescript@1.3.1
…
-
Upgrading from 0.4.12 to 0.5.0 makes the terminal throw up a bunch of errors.
I copied the whole output [to a gist](https://gist.github.com/buschtoens/a90267ca944f1d9b956976c99cc03dca), but basical…