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
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
@oclif/errorsmust be declared as a dependency, not a devDependency. The only reason you aren't getting bitten by this (mostly) is because the current implementation of npm and yarn are shamelessly flattening the package hierarchy, thus hiding missing dependency declarations.
The text was updated successfully, but these errors were encountered:
I encountered this error when using Apollo CLI and yarn pnp. The problem is that your package relies on a none standard behaviour for dependency resolution.
Pinging @arcanis As suggested in pnp troubleshooting page.
See this line:
@oclif/errors
must be declared as a dependency, not a devDependency. The only reason you aren't getting bitten by this (mostly) is because the current implementation ofnpm
andyarn
are shamelessly flattening the package hierarchy, thus hiding missing dependency declarations.The text was updated successfully, but these errors were encountered: