esm-dev / esm.sh

A fast, smart, & global CDN for modern(es2015+) web development.
https://esm.sh
MIT License
2.95k stars 143 forks source link

No versions available for esm-node-services #800

Closed limbic-derek closed 4 months ago

limbic-derek commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

It’s saying it looking for 0.9.1 but 0.9.2 is latest

On Tue, Feb 27, 2024 at 5:08 PM X. @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/esm-dev/esm.sh/issues/800#issuecomment-1968002417, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXMHNQAUUP6FL3X5SQUGKJDYVZ7SRAVCNFSM6AAAAABD5CYNTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYGAYDENBRG4 . You are receiving this because you authored the thread.Message ID: @.***>

ije commented 4 months ago

i updated the docker image, please try again

limbic-derek commented 4 months ago

Ok now it’s back to the original issue after pulling latest image.

On Tue, Feb 27, 2024 at 5:24 PM X. @.***> wrote:

i updated the docker image, please try again

— Reply to this email directly, view it on GitHub https://github.com/esm-dev/esm.sh/issues/800#issuecomment-1968016770, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXMHNQF7VXUOKIFVNU2K2MLYV2BNLAVCNFSM6AAAAABD5CYNTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYGAYTMNZXGA . You are receiving this because you authored the thread.Message ID: @.***>

ije commented 4 months ago
Screenshot 2024-02-28 at 09 43 29

i think you may need to re-pull the image

limbic-derek commented 4 months ago

That’s the exact hash I have reporting the same original issue.

On Tue, Feb 27, 2024 at 5:44 PM X. @.***> wrote:

Screenshot.2024-02-28.at.09.43.29.png (view on web) https://github.com/esm-dev/esm.sh/assets/2883484/164809ea-20ac-417b-9f0d-62da40467504

i think you may need to re-pull the image

— Reply to this email directly, view it on GitHub https://github.com/esm-dev/esm.sh/issues/800#issuecomment-1968035323, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXMHNQCVSFKUNBG4HMUR5JDYV2DXZAVCNFSM6AAAAABD5CYNTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYGAZTKMZSGM . You are receiving this because you authored the thread.Message ID: @.***>

ije commented 4 months ago

wait..

ije commented 4 months ago
Screenshot 2024-02-28 at 11 29 05

now it should work fine

limbic-derek commented 4 months ago

confirmed, thanks!