Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[release tool]: run nvm gracefully to ensure caretaker uses correct node version for publish branch

オープン
#312 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
48/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
javascript, node.js
領域
release, tooling

調査の方向性

merge tool の branch-checkout と Yarn install のフローから着手し、特に publishing が patch または LTS ブランチに切り替わる箇所を確認してください。現在ツールが環境セットアップをどのように処理しているかを確認し、そのうえで nvm の試行が適切に処理され、利用できない場合や失敗した場合に警告が出力され、Yarn install が引き続き実行されることを検証してください。

索引モデルが issue の本文から書いたものです。

説明

domain: release automation

The merge tool will currently check out other branches, such as patch, LTS etc. For that the node versions could be different and breaking. This currently results in some inconvenient Yarn install engines error mid-publishing in a way where recovering is rather cumbersome..

We should run nvm automatically, gracefully as not everbody might have it. If it fails, we print a warning and proceed running the Yarn install. That one could still fail in such cases, but this is expected then.

Note: We have considered using the Bazel-managed Node version (that would be ideal).. but we cannot let Bazel install the node modules as Bazel itself is actually made available through the @bazel/bazelisk package (caretaker might not have the proper Bazel version globally installed; if at all)

主要言語
JavaScript
スター
77
フォーク
84
平均マージ
2日 9時間
マージ済み PR(30日)
42

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

angular/dev-infra のほかの issue

angular/dev-infra の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。