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
PS C:\Users\user> npx parse-semver docks@~3.4.5
npx: installed 2 in 2.505s
command not found: parse-semver
I'm hoping for a tool I can use to parse semver in powershell and I'm not having much luck elsewhere. The semver package doesn't seem to work correctly, nor does the PSGallery Semver module.
Ultimately what I want to do is pass a package.json to a script and have it download all the packages and dependencies as tarball without unpacking them so I can move them to a non-internet repo. Repacking them with pack or publish is slow and wasteful.
The text was updated successfully, but these errors were encountered:
I'm hoping for a tool I can use to parse semver in powershell and I'm not having much luck elsewhere. The semver package doesn't seem to work correctly, nor does the PSGallery Semver module.
Ultimately what I want to do is pass a package.json to a script and have it download all the packages and dependencies as tarball without unpacking them so I can move them to a non-internet repo. Repacking them with pack or publish is slow and wasteful.
The text was updated successfully, but these errors were encountered: