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
We will remove package-lock.json from ns clean by default in a future release. Users will still be able to configure additionalPathsToClean and add it back, or a different package-manager's lockfile.
Right now this is known/expected behavior, and the file is skipped if not found.
Issue Description
If I set pnpm as the ns package manager and run
ns clean
it tries to removepackage-lock.json
which obviously doesnt existReproduction
ns clean
Relevant log output (if applicable)
No response
Environment
echo 'y' | npx nativescript-envinfo
Doesnt show pnpm version. So this makes no sensePlease accept these terms
The text was updated successfully, but these errors were encountered: