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
For those of you who want wsl to be able to copy your clipboard from WSL to your clipboard, one way would be to have an x-server on windows and have your wsl environment setup to talk to the server.
Steps to reproduce:
yarn global add serve
)npx serve
)Result:
ERROR: Cannot copy to clipboard: write EPIPE
Providing a directory argument yields a different error, e.g.
npx serve build
Result:
Workaround:
Providing the
-n
argument eliminates the error.The text was updated successfully, but these errors were encountered: