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
Are you able to supply a sample project that uses these? If so, I may be able to work out what pnpm is doing and add this as a feature in the extension.
I've done some research into this and even added a few improvements into the v1.93 release to detect catalog however the problem gets a little complex particularly if support is to extend past the extension and to commands like cap migrate.
The challenge is that the extension supports switching between projects in a monorepo but doesn't have all of the projects in a large structure so it can't easily traverse through the monorepo to work out where it would need to find version names, or how it would upgrade dependencies.
I'll leave this ticket open for the moment in case I get time to do the big refactor needed.
for example, the package.json
will show
Unknown -> null
in IONIC packages panel. to display version ofworkspace:
andcatalog:
is more better.in monorepos, defining the global version of the dependency (pnpm catalog) is very useful to manage the correct deps.
The text was updated successfully, but these errors were encountered: