Skip to content

Cannot add package through yarn if Bunx is not installed. #2

@driaug

Description

@driaug

When trying to install this package using yarn add @usex/disposable-email-domains on a system that does not have Bun installed, an error will be thrown.

➤ YN0007: │ @usex/disposable-email-domains@npm:1.2.0 must be built because it never has been before or the last one failed
➤ YN0009: │ @usex/disposable-email-domains@npm:1.2.0 couldn't be built successfully (exit code 127, logs can be found here: /private/var/folders/pr/wpz26_z16nn6sz3dj9sxrb4r0000gp/T/xfs-86cd9dd6/build.log)
➤ YN0000: └ Completed in 0s 297ms
➤ YN0000: · Failed with errors in 1s 199ms

When inspecting the error file the contents reveal that it is trying to use bunx

command not found: bunx
command not found: bunx

As much as I love Bun, it should not be considered as a mainstream tool that is available on every system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions