Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing "bin" entry in package.json #10

Open
kxza opened this issue Jan 5, 2025 · 0 comments
Open

missing "bin" entry in package.json #10

kxza opened this issue Jan 5, 2025 · 0 comments

Comments

@kxza
Copy link

kxza commented Jan 5, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant