Skip to content

missing "bin" entry in package.json #10

@kxza

Description

@kxza

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions