ember-cli / ember-cli/ember-cli-update

How to update in-repo addons and in-repo engines

未关闭
#385 7 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
279
派生
44
PR 合并指标
30 天内没有已合并 PR

描述

Just wondering how to update in-repo engines and add-ons, specifically the codemods.

It does not traverse the lib dir running from the parent app.
If I `cd` into the in-repo addon, and run `ember-cli-update --run-codemods`.
I get: `Ember CLI blueprint version could not be determined`
In-repo engines yield the same result.

---

If you are submitting a bug report, please run your command with the debug flag:

* Unix (global): `DEBUG=ember-cli-update,git-diff-apply ember-cli-update ...`
* Windows (global): `set DEBUG=ember-cli-update,git-diff-apply && ember-cli-update ...`
* Unix (command): `DEBUG=ember-cli-update,git-diff-apply ember update ...`
* Windows (command): `set DEBUG=ember-cli-update,git-diff-apply && ember update ...`

and post the console output in the block below:

```
Ember CLI blueprint version could not be determined
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。