cespare / reflex

Run a command when files change

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reflex not installing on Windows 11

tashi21 opened this issue · comments

I am trying to download and install reflex on Windows 11. But it is not compiling or working.

go get github.com/cespare/reflex    
go: added github.com/cespare/reflex v0.3.1
go: added github.com/creack/pty v1.1.11
go: added github.com/fsnotify/fsnotify v1.4.7
go: added github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: added github.com/ogier/pflag v0.0.1
go install github.com/cespare/reflex
# github.com/cespare/reflex
..\..\..\..\pkg\mod\github.com\cespare\reflex@v0.3.1\reflex.go:235:22: undefined: syscall.Kill
..\..\..\..\pkg\mod\github.com\cespare\reflex@v0.3.1\reflex.go:270:18: undefined: pty.Start
..\..\..\..\pkg\mod\github.com\cespare\reflex@v0.3.1\reflex.go:279:34: undefined: syscall.SIGWINCH
..\..\..\..\pkg\mod\github.com\cespare\reflex@v0.3.1\reflex.go:283:8: undefined: pty.InheritSize
..\..\..\..\pkg\mod\github.com\cespare\reflex@v0.3.1\reflex.go:286:22: undefined: syscall.SIGWINCH

Reflex only works on Linux and macOS.