We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
18.12.1
Linux soul 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux
No response
its missing, preventing the system from automatically symlinking the qode binaries when installed globally, via npm install -g @nodegui/qode
everytime, its missing.
$ npm install -g @nodegui/qode $ which qode -> qode binary available to PATH
$ which qode -> nothing at all, i have to manually search and link the binary for it to be usable upon first use.
adding a "bin" entry to package.json will tell the system to symlink the binaries automatically.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: