Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support Windows or other OS #170

Open
xudaotutou opened this issue Oct 14, 2023 · 0 comments
Open

feat: support Windows or other OS #170

xudaotutou opened this issue Oct 14, 2023 · 0 comments

Comments

@xudaotutou
Copy link

When I use the command skeet s on Windows 11, I encountered the following error:
Error in server function: Error: Command failed: lsof -i :9099 | awk 'NR>1 {print $2}
Upon inspecting the source code, I found that the server directly uses the commands lsof and mkdir for implementation, which are missing in Windows's PowerShell.
I hope to use official Node.js modules as much as possible to achieve the functionality, rather than relying entirely on Bash shell implementation.

@xudaotutou xudaotutou changed the title feat: support Windows feat: support Windows or other OS Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant