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
Because nypm's package manager detection depends on either the lockfile being present or the package manager being specified in package.json, following the quick start guide for Nitro, which uses --install, causes it to complain that no package managers were detected.
Environment
giget@1.2.1
Node 20.7.0
npm 10.1.0
pnpm 8.15.1
Reproduction
npx giget@latest nitro nitro-app --install
or
pnpx giget@latest nitro nitro-app --install
Describe the bug
Because nypm's package manager detection depends on either the lockfile being present or the package manager being specified in package.json, following the quick start guide for Nitro, which uses
--install
, causes it to complain that no package managers were detected.Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: