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
[email protected] does not work because it's already published and targets 163bbb7, but it's not the correct revision...
it should be 1788d2c, is it possible to amend the registry? 🤔
not a huge deal because it's just a merge commit but still 😮
❌ std-rfc
i wanted to try out to publish the standard library candidates and the std-rfc package but it gives an internal error
nupmpublish/path/to/nupm/registry/registry.nuon
Error: nu::shell::access_beyond_end
× Row number too large (empty content).
╭─[~/.local/share/nupm/modules/nupm/publish.nu:51:15]
50 │ let res = search-package $pkg.name --registry $reg_path --exact-match
51 │ | first # there will be only one result because we passed local path
· ──┬──
· ╰── index too large (empty content)
52 │ | get pkgs
╰────
The text was updated successfully, but these errors were encountered:
✔️
[email protected]
i was able to publish
[email protected]
by runningafter a
git checkout 0.94.0
in the repo.❌
[email protected]
[email protected]
does not work because it's already published and targets163bbb7
, but it's not the correct revision...it should be
1788d2c
, is it possible to amend the registry? 🤔not a huge deal because it's just a merge commit but still 😮
❌
std-rfc
i wanted to try out to publish the standard library candidates and the
std-rfc
package but it gives an internal errorThe text was updated successfully, but these errors were encountered: