qodejs icon indicating copy to clipboard operation
qodejs copied to clipboard

missing "bin" entry in package.json

Open kxza opened this issue 9 months ago • 0 comments

Version

18.12.1

Platform

Linux soul 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux

Subsystem

No response

What steps will reproduce the bug?

its missing, preventing the system from automatically symlinking the qode binaries when installed globally, via npm install -g @nodegui/qode

How often does it reproduce? Is there a required condition?

everytime, its missing.

What is the expected behavior?

$ npm install -g @nodegui/qode $ which qode -> qode binary available to PATH

What do you see instead?

$ which qode -> nothing at all, i have to manually search and link the binary for it to be usable upon first use.

Additional information

adding a "bin" entry to package.json will tell the system to symlink the binaries automatically.

kxza avatar Jan 05 '25 21:01 kxza