Skip to content
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

can't publish some packages #93

Open
amtoine opened this issue Jun 9, 2024 · 0 comments
Open

can't publish some packages #93

amtoine opened this issue Jun 9, 2024 · 0 comments

Comments

@amtoine
Copy link
Member

amtoine commented Jun 9, 2024

✔️ [email protected]

i was able to publish [email protected] by running

nupm publish /path/to/nupm/registry/registry.nuon --save

after a git checkout 0.94.0 in the repo.

[email protected]

[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

nupm publish /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
    ╰────
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant