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
When running jf npm pkg set license="UNLICENSED" for an npm project the output is as following:
jf npm pkg set license="UNLICENSED"
{ "error": { "code": null, "summary": "Unexpected token 'U', \"UNLICENSED\" is not valid JSON", "detail": "" } }
Instead of error, npm package license should be set correctly.
Following error is returned:
Configure JF with npm-config. Run jf npm pkg set license="UNLICENSED" to set the npm package license.
License is set correctly for the package (as is without using jf cli).
2.73.2
Apple M1 Pro Sequoia 15.2
No response
The text was updated successfully, but these errors were encountered:
The workaround is to use escape chars: jf npm pkg set license=\"UNLICENSED\" but this is not intuitive approach.
jf npm pkg set license=\"UNLICENSED\"
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When running
jf npm pkg set license="UNLICENSED"
for an npm project the output is as following:Instead of error, npm package license should be set correctly.
Current behavior
Following error is returned:
Reproduction steps
Configure JF with npm-config. Run
jf npm pkg set license="UNLICENSED"
to set the npm package license.Expected behavior
License is set correctly for the package (as is without using jf cli).
JFrog CLI version
2.73.2
Operating system type and version
Apple M1 Pro Sequoia 15.2
JFrog Artifactory version
No response
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: