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
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.
The text was updated successfully, but these errors were encountered:
xudaotutou
changed the title
feat: support Windows
feat: support Windows or other OS
Oct 14, 2023
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.
The text was updated successfully, but these errors were encountered: