You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in monorepo setups, if you do pnpm dlx jsr add @std/cache, it shows some errors like these:
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.
If I pass -w, it gives this error instead:
TypeError [ERR_PARSE_ARGS_UNKNOWN_OPTION]: Unknown option '-w'. To specify a positional argument starting with a '-', place it at the end of the command after '--', as in'-- "-w"'
Currently in monorepo setups, if you do
pnpm dlx jsr add @std/cache
, it shows some errors like these:If I pass
-w
, it gives this error instead:Reproduction:
git clone [email protected]:vuejs/vitepress.git
pnpm dlx jsr add @std/cache
The text was updated successfully, but these errors were encountered: