-
Notifications
You must be signed in to change notification settings - Fork 235
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
Unable to gather build info for Node app w/ npm
#2702
Comments
BTW - I have a copy of my entire terminal transcript that I am willing to share over email. |
@eric-gonzalez-tfs, please remove any post or pull scripts from the package.json as they may interfere with the checksum calculations.s. |
Hi @Or-Geva - thank you for the details. I can definitely test that and follow up. Can you confirm if removing Please advise on a more sustainable solution. |
@eric-gonzalez-tfs Did you get a workaround for this ? |
Hi @udhay13190 - I added Unfortunately, I do not know the repercussions of adding this, and the JF team has not been responsive to my question (above.) |
Describe the bug
The JFrog CLI is unable to publish build info for my application. I see errors regarding failed checksum calculations.
Current behavior
This shows the initial setup that I have been using to test:
Moments later the app runs it's npm
preinstall
andprepare
scripts, and we start seeing some additional details populate the logs...npm ls
The temp build file looks like:
When I try a dry-run of the publish build info, I don't see any depedencies being captured.
Reproduction steps
Expected behavior
The JFrog CLI captures the dependencies correctly and the the
rt bp
dry run displays the correct dependencies.JFrog CLI version
jf version 2.68.0
Operating system type and version
MacOS Sonoma 14.4.1
JFrog Artifactory version
Cloud SaaS
JFrog Xray version
Cloud SaaS
The text was updated successfully, but these errors were encountered: