We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.1.45
Microsoft Windows NT 10.0.19045.0 x64
bun add clipboardy
clipboardy.writeSync('hello world')
bun compile ./index.ts --outfile ./dist/app
./dist/app
It should copy to clipboard without issue. Your clipboard should have 'hello world'.
I get the following error:
error: Command failed with exit code 1: B:\~BUN\fallbacks\windows\clipboard_x86_64.exe --copy The system cannot find the drive specified. shortMessage: "Command failed with exit code 1: B:\\~BUN\\fallbacks\\windows\\clipboard_x86_64.exe --copy", command: "B:\\~BUN\\fallbacks\\windows\\clipboard_x86_64.exe --copy", escapedCommand: "\"B:\\~BUN\\fallbacks\\windows\\clipboard_x86_64.exe\" --copy", exitCode: 1, signal: undefined, signalDescription: undefined, stdout: "", stderr: "The system cannot find the drive specified.", cwd: "C:\\projects\\node\\my-project", failed: true, timedOut: false, isCanceled: false, killed: false,
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Bun is running?
1.1.45
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
bun add clipboardy
clipboardy.writeSync('hello world')
bun compile ./index.ts --outfile ./dist/app
./dist/app
What is the expected behavior?
It should copy to clipboard without issue. Your clipboard should have 'hello world'.
What do you see instead?
I get the following error:
Additional information
No response
The text was updated successfully, but these errors were encountered: