Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

チュートリアルの開発環境構築にYarnのセットアップ手順を追加する #932

Open
suin opened this issue Nov 4, 2024 · 2 comments

Comments

@suin
Copy link
Contributor

suin commented Nov 4, 2024

何をどうしたいか?

Yarnのセットアップ手順を追加する。特に nodeLinker の設定を node-modules にする手順を入れておく。

そうしたい理由は何か?(誤植の修正など理由が自明な場合は不要)

本書ではYarnを用いることにしているが、berry系を入れるとデフォルトでPnPになってしまうため。

着手可能になったら自分でプルリクエストを作成したいか?

他の人でも可

@tats-u
Copy link
Contributor

tats-u commented Nov 4, 2024

個人的にはpnpm推しです

  • node_modulesデフォルト
  • 対話的アップデート・パッケージへのパッチ当てあり
  • バージョンの混乱がない、最新版による弊害がない(最新版利用者向けにv1をピン留めする方法を模索しなくてもいい)
  • ドキュメントも公式日本語版あり

デメリット

@suin
Copy link
Contributor Author

suin commented Nov 5, 2024

@tats-u pnpmもいいですよね!一旦別issueにしました。本書ではyarnを用いることを前提としているので、この前提も含めて考える必要があるため。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants