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
I don't know much about the publishing process. npm ERR! invalid semver: seems to indicate that there is no version detected. The command looks right and I don't see anything off in the scripts either.
To me the issue seems to be related to a wrongly generated filename and it fails because the version can't be detected: The filename generated seems to be -.tgz
Describe the bug, including details regarding any error messages, version, and platform.
When publishing to npm the JavaScript implementation for 18.0.0 I saw the following error on one of the packages
There seems to be a bad filename generated from the log
-.tgz
but I am unsure on what happens. In order to publish I run the script:The version seems to be published sucessfully apart from this: https://www.npmjs.com/package/apache-arrow/v/18.0.0
Component(s)
JavaScript, Release
The text was updated successfully, but these errors were encountered: