forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels