Replies: 1 comment
-
Of the record: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
bun not running local package bin, heres what i did...
create file
my_modules/bunclitest/package.json
:create file
my_modules/bunclitest/bin.js
:open
my_modules
dir in terminal and runbun link
open project root folder and run
bun link bunclitest --save
run
bunx myclitest
nothing is outputted to console.
Beta Was this translation helpful? Give feedback.
All reactions