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
Node detection always checks npm but projects using pnpm or yarn will have pnpm-lock.yaml or yarn.lock instead of package-lock.json. Should detect the lockfile and check the right binary.