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
This is also a problem on CodeSandbox, Runkit and Glitch... where unless specially configured, an attention consuming red Error is thrown. We can only use Javascript in codesandbox... apt does not work. Before the clipboard feature and the PR's to fix it... this was not a problem.
Potential solutions
Mute the error by default. Unless debug/verbose mode is on.
Upgrade to clipboardy 3.0? it includes a binary fallback for linux.
Totally agree that Mute the error by default. Unless debug/verbose mode is on. Add -n flag is hard to use, because I don't want to add it every time. server . is clean and easy to use.
This is also a problem on CodeSandbox, Runkit and Glitch... where unless specially configured, an attention consuming red Error is thrown. We can only use Javascript in codesandbox... apt does not work. Before the clipboard feature and the PR's to fix it... this was not a problem.
Potential solutions
Related
clipboardy
to v2.3.0 #612 (PR to fix the WSL issue)xsel
binary and fallback didn't work. On Debian/Ubuntu you can install xsel with: sudo apt install xsel sindresorhus/clipboardy#63The text was updated successfully, but these errors were encountered: