On a fresh Windows 11 (x64) machine:
> npm i -g hunkdiff
added 1 package in 712ms
> hunk diff --watch
Unsupported platform for prebuilt Hunk binaries: win32 x64
hunkdiff@0.11.1 on npm only lists darwin/linux in its optionalDependencies,
and hunkdiff-windows-x64 isn't published yet, so bin/hunk.cjs falls through
to the unsupported-platform branch.
Looks like #282 already merged the Windows release matrix a couple of hours
ago, so this is really just a "please tag and publish" ask. Happy to retest
once it's on npm.
(Win 11 x64, hunkdiff 0.11.1)
Related
On a fresh Windows 11 (x64) machine:
hunkdiff@0.11.1on npm only lists darwin/linux in itsoptionalDependencies,and
hunkdiff-windows-x64isn't published yet, sobin/hunk.cjsfalls throughto the unsupported-platform branch.
Looks like #282 already merged the Windows release matrix a couple of hours
ago, so this is really just a "please tag and publish" ask. Happy to retest
once it's on npm.
(Win 11 x64, hunkdiff 0.11.1)
Related