fix(mise): npm ツール移行で失われた rust / flutter を復元 - #74
Merged
Conversation
1885689 で npm グローバルパッケージ管理を mise tools (npm: プレフィックス) に移行した際、誤って rust / flutter のツール宣言まで削除されていた。 両方とも実運用で必要なため、npm:npm-check-updates / npm:git-delete-squashed と共存する形で復元する。 あわせてローカル環境では、mise 管理外だった旧来の `npm install -g npm-check-updates git-delete-squashed` (mise 管理の Node LTS 配下への直接インストール)を削除し、 mise の npm: tools 経由のバイナリが正しく解決されることを確認済み。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
1885689 feat(mise): npm グローバルパッケージ管理を mise tools に移行でrust/flutterのツール宣言が誤って削除されていたため復元し、npm:npm-check-updates/npm:git-delete-squashedと共存させた。npm install -g npm-check-updates git-delete-squashed(mise 管理の Node LTS 配下への直接インストールで、mise の npm: tools 版より PATH 優先順位が高く隠してしまっていた)を削除し、mise install後に mise の npm: tools 経由のバイナリ(ncuv23.0.1 /git-delete-squashed)が正しく解決されることを確認した。Test plan
mise installでnpm:npm-check-updates/npm:git-delete-squashed/rust/flutterが全てインストールされることを確認which ncu/which git-delete-squashed/which rustc/which flutterが mise 管理下のパスを指すことを確認rustc --version/flutter --version/ncu --versionが正常動作することを確認🤖 Generated with Claude Code