Closed ShadowCat567 closed 1 month ago
Latest commit: eb259406c874b2d4ecdd2dd46ac12c38f2a11751
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Problem
npm:stop-proxy
command was unable to be run without an error on Windows, so verdaccio process could not be killed. This stems fromlsof
command not existing on Windows.Issue number, if available:
Changes
stop-npm-proxy.ts
on Windows machinenetstat
was the best equivalent tolsof
that I could find for windows) to find PID of verdaccio so the process can be killedCorresponding docs PR, if applicable:
Validation
Checked that process running on verdaccio port is killed after
stop:npm-proxy
command is runChecklist
run-e2e
label set.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.