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
docker run -it --rm oven/bun bunx @sebastienrousseau/password-generator -t strong
We get
error: Cannot find package "clipboardy" from "/tmp/@sebastienrousseau/password-generator@latest--bunx/node_modules/@sebastienrousseau/password-generator/src/lib/strong-password.js"
The text was updated successfully, but these errors were encountered:
lefuturiste
changed the title
Not working with bun runtime and bunx
Not working with bun runtime and bunx - Cannot find package "clipboardy"
Oct 11, 2023
@lefuturiste Ensure that "clipboardy" is installed. Assuming that you have ran bun install already to install dependencies, and devDependencies. I have checked and clipboardy is added to the package.json
Let me know and I will try to provide support for bun in the next release
Steps to reproduce with a docker container:
We get
The text was updated successfully, but these errors were encountered: