Skip to content

Commit

Permalink
Merge pull request #123 from darbyw/patch-2
Browse files Browse the repository at this point in the history
Update readme to explain confusing bower resolution message
  • Loading branch information
rwjblue committed Nov 21, 2015
2 parents 6e80b27 + 907910b commit 1404ca0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@ _You can continue to use ember-resolver v0.1.x as a bower package, but be carefu
* `ember build`

For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).

## Troubleshooting

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.

0 comments on commit 1404ca0

Please sign in to comment.