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
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
Packages present under the dependencies in the package.json file that were installed using git/github package links, e.g. github:npm/npm#some-tag are being uninstalled when npm prune is executed.
How can the CLI team reproduce the problem?
Install a package using standard syntax, save it as a dependency,
Install another a package using git+<proto>:, git:// or github: format, save it as dependency.
Run npm prune
Expected: Second package is present.
Actual: Second package is missing.