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
I attempted to use qrcode from the command line but all command line arguments appear to be broken in some way.
qrcode
--version
-h
--help
<input string>
-o
-t
-w
curl: (3) URL rejected: Malformed input to a URL function
npm i -g qrcode # Should install qrcode@1.5.4 qrcode -o test.png 'hello' curl: (3) URL rejected: Malformed input to a URL function
I attempted with node 18 and 20. I didn't see any specific version of node mentioned.
Using qrcode as a node module works fine which means only the argument parsing may have issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I attempted to use
qrcode
from the command line but all command line arguments appear to be broken in some way.--version
,-h
or--help
are processed as the<input string>
-o
,-t
and-w
cause acurl: (3) URL rejected: Malformed input to a URL function
error.Steps to reproduce
I attempted with node 18 and 20. I didn't see any specific version of node mentioned.
Using qrcode as a node module works fine which means only the argument parsing may have issues.
The text was updated successfully, but these errors were encountered: