Skip to content
New issue

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

Not working with bun runtime and bunx - Cannot find package "clipboardy" #152

Open
lefuturiste opened this issue Oct 11, 2023 · 1 comment

Comments

@lefuturiste
Copy link

Steps to reproduce with a docker container:

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"
@lefuturiste 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
@sebastienrousseau
Copy link
Owner

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants