Lemoncode / Lemoncode/master-frontend-lemoncode
[Languages] - Typescript Playground
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 184
- フォーク
- 99
- 平均マージ
- 1分
- マージ済み PR(30日)
- 2
説明
In the package.json should be the engine attribute, since the developers that have more projects with multi node engine can have errors when executing the project.
The example is typescript with top version 5 and node engine 12 (it is possible to have projects with this version still), when executing the project it would not transpile because it is not compatible with this version.
I think it is the best practice to add to the package version engine attribute like this:
{
"engines": {
"node": ">=16.0.0",
"npm": ">=6.0.0"
}
}
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず Typescript Playground の package.json を見つけ、現在のプロジェクトメタデータを読み取ります。要求された Node および npm の engine 制約を追加し、その後、パッケージ設定が issue に記載されたバージョンを反映していること、および互換性のある Node バージョンでプロジェクトを実行できることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- node.js, typescript
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 55/100