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
In an empty directory, initializing a project with pnpx installs dependencies with npm and creates a package-lock.json. Instead, pnpm should be used and a pnpm-lock.yaml file should be created.
In effect we are detecting the wrong package manager.
In an empty directory, initializing a project with
pnpx
installs dependencies withnpm
and creates apackage-lock.json
. Instead,pnpm
should be used and apnpm-lock.yaml
file should be created.In effect we are detecting the wrong package manager.
Reported by @fvictorio
The text was updated successfully, but these errors were encountered: