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
This can happen in monorepos where Vue 2.7 is in a package's deps
while Vue 3 is only a transitive dep, e.g. from VitePress. Even with
pnpm this can happen because `pnpm run` emulates npm behavior by
injecting NODE_PATH.
ref: vuejs/vitepress#1507
0 commit comments