Skip to content
#

Ember

ember logo

Ember is a JavaScript framework that uses a Component <-> Service approach to building applications. It is mainly used to build web-based applications, but can also be ported over to build desktop applications.

Here are 1,265 public repositories matching this topic...

storybook
Ghost
daniellockyer
daniellockyer commented Jan 22, 2021

Issue Summary

When running under Node 14, the error message printed out when a second instance of Ghost is trying to bind to a port isn't the custom one we have, but the generic one.

To Reproduce

  1. Use Node 14
  2. Run an instance of Ghost
  3. Attempt to run another instance of Ghost on the same port
  4. 💥

We have a check like error.errno === 'EADDRINUSE', which evals to `fa

rwjblue
rwjblue commented Dec 15, 2017

By default ember-cli updates a number of the "app trees" to be from tests/dummy when developing an addon locally. We do this for app, styles, templates, public, and tests trees (handled inside lib/broccoli/ember-addon.js).

Unfortunately, we do not forward the apps vendor tree to tests/dummy/. This means that our addon's treeForVendor is called, but then subsequently clobbered by the "apps

Created by Yehuda Katz

Released December 8, 2011

Organization
emberjs
Website
www.emberjs.com
Wikipedia
Wikipedia