-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
docs: add -w flag to pnpm example #9160
Conversation
It's suggested to install this into the repository root. If you do this, you must used `-w` flag or you will get this error: > ERR_PNPM_ADDING_TO_ROOT Running this command will add the dependency to the workspace root, which might not be what you want - if you really meant it, make it explicit by running this command again with the -w flag (or --workspace-root). If you don't want to see this warning anymore, you may set the ignore-workspace-root-check setting to true.
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 6 Skipped Deployments
|
@giraffesyo is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I apologize for this nitpick but we prefer to use the long form of flags. Could you update to --workspace-root
instead of -w
?
sounds good, just updated that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
It's suggested to install this into the repository root. If you do this, you must use
--workspace-root
flag or you will get this error: