You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were having the same issue and paniced ourselves just like the go panic.
We used "--detailed-summary" with the publish command( jf npm publish "--detailed-summary" ).
This stopped the panic: runtime error: invalid memory address or nil pointer.
Once the error was gone, identified issue with package.json/run that was caused by lack of git in the docker environment where we were building this. Fixing that root issue resolved the npm publish issue for us.
Describe the bug
When running jfrog rt npmp --build-name={} --build-number={} , I get the following (similar to #1297 )
To Reproduce
After I've upgraded the jFrog cli version to 2.6.1 the command fails with the above error, works fine with v2.5.1 version of cli.
Expected behavior
Publishing npm package should not throw an error.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
Additional context
As a temporary fix, I have rolled back the cli version to 2.5.1 and it works as expected.
The text was updated successfully, but these errors were encountered: