ember-cli / ember-cli/ember-cli-update
Error: not supported
- 主要言語
- JavaScript
- スター
- 279
- フォーク
- 44
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
After successful ember-cli-update to 3.28.3
```
ember -v
ember-cli: 3.28.3
node: 12.16.1
os: darwin x64
```
`--run-codemods` fails with `Error: Not supported`
```
DEBUG=ember-cli-update,boilerplate-update,git-diff-apply ember-cli-update --run-codemods
? Which blueprint would you like to run codemods for? ember-cli
Error: Not supported
at getApplicableCodemods (/Users/bryan/.config/yarn/global/node_modules/boilerplate-update/src/get-applicable-codemods.js:19:32)
at async getAndPromptCodemods (/Users/bryan/.config/yarn/global/node_modules/boilerplate-update/src/get-and-prompt-codemods.js:12:18)
at async promptAndRunCodemods (/Users/bryan/.config/yarn/global/node_modules/boilerplate-update/src/prompt-and-run-codemods.js:13:18)
at async codemods (/Users/bryan/.config/yarn/global/node_modules/ember-cli-update/src/codemods.js:80:10)
at async Object.handler (/Users/bryan/.config/yarn/global/node_modules/ember-cli-update/bin/commands/default.js:42:19)
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
表示されているバージョンを使って ember-cli-update --run-codemods で失敗を再現します。boilerplate-update/src/get-applicable-codemods.js から開始し、ember-cli-update/src/codemods.js からの呼び出しを追跡します。ember-cli blueprint が拒否される理由を特定し、その後、コマンドがエラーなしで完了するか、適用可能な codemod を報告することを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, node.js
- 領域
- cli, tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100