
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@buschtoens/ember-resolver
Advanced tools
This project provides the Ember resolver used by the following projects:
ember-resolver is an ember-cli addon, and should be installed with ember install:
ember install ember-resolver
To customize pluralization provide a pluralizedTypes object to your extended version of the Resolver in consuming app:
# app/resolver.js
import Resolver from 'ember-resolver';
export default Resolver.extend({
  pluralizedTypes: {
    'sheep': 'sheep',
    'strategy': 'strategies'
  }
})
ember-resolver is normally bumped with ember-cli releases. To install a newer
version use yarn or npm. For example:
yarn upgrade ember-resolver
Before v1.0.1 ember-resolver was primarially consumed via bower. To migrate
install the addon version via yarn or npm. If you're currently using
ember-resolver v0.1.x in your project, you should uninstall it:
bower uninstall ember-resolver --save
You can continue to use ember-resolver v0.1.x as a bower package, but be careful not to update it to versions greater than v1.0.
git clone this repositorynpm installbower installember serverember testember test --serverember buildFor more information on using ember-cli, visit http://www.ember-cli.com/.
As mentioned above, ember-resolver is no longer a bower package.  If you're seeing a message like this:
Unable to find a suitable version for ember-resolver, please choose one:
    1) ember-resolver#~0.1.20 which resolved to 0.1.21 and is required by ember-resolver#2.0.3
    2) ember-resolver#~2.0.3 which resolved to 2.0.3 and is required by [APP_NAME]
... you probably need to update your application accordingly. See aptible/dashboard.aptible.com#423 as an example of how to update.
FAQs
The default modules based resolver for Ember CLI.
We found that @buschtoens/ember-resolver demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.