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

No versions available for esm-node-services #800

Closed
limbic-derek opened this issue Feb 28, 2024 · 9 comments
Closed

No versions available for esm-node-services #800

limbic-derek opened this issue Feb 28, 2024 · 9 comments

Comments

@limbic-derek
Copy link
Contributor

limbic-derek commented Feb 28, 2024

Following this guide:
https://github.com/esm-dev/esm.sh/blob/main/HOSTING.md

Error:

node services exit: install services: exit status 1  ERR_PNPM_NO_VERSIONS  No versions available for esm-node-services. The package may be unpublished.

This is just spamming the logs repeatedly.

Config:

{
  "port": 8080
}

Dockerfile:

FROM ghcr.io/esm-dev/esm.sh
ADD ./config.json /etc/esmd/config.json
CMD ["esmd", "--config", "/etc/esmd/config.json"]

Build & Run:

 docker build -t esmsh . && docker run -p 8080:8080 -t esmsh

I'm on MacOS/arm64.

Any ideas?

@ije
Copy link
Member

ije commented Feb 28, 2024

i recently removed esm-node-services package from npm which is not needed by the server of the dev branch, the docker not update yet. however i republished the package, can you please try again? thanks

@limbic-derek
Copy link
Contributor Author

limbic-derek commented Feb 28, 2024 via email

@ije
Copy link
Member

ije commented Feb 28, 2024

i updated the docker image, please try again

@limbic-derek
Copy link
Contributor Author

limbic-derek commented Feb 28, 2024 via email

@ije
Copy link
Member

ije commented Feb 28, 2024

Screenshot 2024-02-28 at 09 43 29

i think you may need to re-pull the image

@limbic-derek
Copy link
Contributor Author

limbic-derek commented Feb 28, 2024 via email

@ije
Copy link
Member

ije commented Feb 28, 2024

wait..

@ije
Copy link
Member

ije commented Feb 28, 2024

Screenshot 2024-02-28 at 11 29 05

now it should work fine

@limbic-derek
Copy link
Contributor Author

confirmed, thanks!

bhainesva added a commit to bhainesva/esm.sh that referenced this issue Sep 20, 2024
Update ghcr.io/esm-dev/esm.sh version. Instructions as written lead to this error: esm-dev#800.
ije pushed a commit that referenced this issue Sep 21, 2024
Update ghcr.io/esm-dev/esm.sh version. Instructions as written lead to this error: #800.
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

2 participants