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
Having a project that uses pnpm's package.yaml (ours are extensively commented), we get:
$ corepack up
Usage Error: Couldn't find a project in the local directory - please explicit the package manager to pack, or run this command from a valid project
Right now we are using the following script for corepack updates, in case someone needs it:
Having a project that uses pnpm's
package.yaml
(ours are extensively commented), we get:Right now we are using the following script for corepack updates, in case someone needs it:
Perhaps adding support to
package.yaml
could be useful for projects that use it?The text was updated successfully, but these errors were encountered: