ITADN

Bring back node@25

#282095Openfmatray 创建于 2026-05-11
F
fmatraycommented
### `brew config` AND `brew doctor` output OR `brew gist-logs <formula>` link ```shell ❯ brew config HOMEBREW_VERSION: 5.1.11 ORIGIN: https://github.com/Homebrew/brew HEAD: 6f293daa9f9f5832e13b497976335e90509886d7 Last commit: 31 hours ago Branch: stable Core tap JSON: 11 May 22:33 UTC Core cask tap JSON: 11 May 22:33 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.ycv3o5Idd7/org.macosforge.xquartz:0 HOMEBREW_DOWNLOAD_CONCURRENCY: 16 HOMEBREW_FORBID_PACKAGES_FROM_PATHS: set HOMEBREW_MAKE_JOBS: 8 Homebrew Ruby: 4.0.3 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/4.0.3/bin/ruby CPU: octa-core 64-bit arm_firestorm_icestorm Clang: 21.0.0 build 2100 Git: 2.50.1 => /Library/Developer/CommandLineTools/usr/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 26.3.1-arm64 CLT: 26.4.0.0.1774242506 Xcode: N/A Rosetta 2: false ``` ### Verification - [x] My `brew doctor` output says `Your system is ready to brew.` and am still able to reproduce my issue. - [x] I ran `brew update` and am still able to reproduce my issue. - [x] I have resolved all warnings from `brew doctor` and that did not fix my problem. - [x] I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates. - [x] My issue is not about a failure to build a formula from source. ### What were you trying to do (and why)? I want to downgrade node to 25.x but it's no longer available even if older version are still available (ex: 22 and 24). ### What happened (include all command output)? ``` ❯ brew install node@25 Warning: node 26.0.0 is already installed and up-to-date. To reinstall 26.0.0, run: brew reinstall node ``` ### What did you expect to happen? node@25 to install :-) ### Step-by-step reproduction instructions (by running `brew` commands) ```shell ❯ brew search node@25 ==> Formulae node ✔ node@24 node@22 node@20 (deprecated) nodenv node@18 (deprecated) = ❯ brew install node@25 ```
0 条评论