-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Add pnpm support #730
Add pnpm support #730
Conversation
This PR does not really add pnpm support. |
What I do is adding pnpm-workspace.yml to enable pnpm workspaces in this monorepo repository.I think after that this repo can use pnpm. |
It actually can not.
|
しかし、僕はまだpnpmを使用する方がyarnを使用するよりもはるかに良い選択だと思います。 |
koishiチームがこの問題を検討してくれることを願っています |
|
I recommend locking PM for Koishi to avoid possible future problems: {
"name": "@root/koishi",
"private": true,
+ "packageManager": "yarn@1.22.19",
"workspaces": [ |
… suggestion provided by @ilharp
Co-Authored-By: Il Harper <afanyiyu@hotmail.com>
No description provided.