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.
When trying to install this package using
yarn add @usex/disposable-email-domainson a system that does not have Bun installed, an error will be thrown.When inspecting the error file the contents reveal that it is trying to use
bunxAs much as I love Bun, it should not be considered as a mainstream tool that is available on every system.