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
pnpm has this really nice feature, called catalog. That changes the way how you define the versions of your dependency, and using it yields this error message:
ember-auto-import was unable to find any copy of itself that satisfies the app's requested range of catalog:ember
We use it to define the versions of our ember deps in pnpm-workspace.yml as:
but the one with ember-auto-import isn't working. It seems like there is a check against that version number, but can't use pnpm's resolving for the catalog: protocol.
The text was updated successfully, but these errors were encountered:
pnpm has this really nice feature, called catalog. That changes the way how you define the versions of your dependency, and using it yields this error message:
We use it to define the versions of our ember deps in
pnpm-workspace.yml
as:And then in
package.json
looks like so:but the one with
ember-auto-import
isn't working. It seems like there is a check against that version number, but can't use pnpm's resolving for thecatalog:
protocol.The text was updated successfully, but these errors were encountered: