[GH-ISSUE #2150] [bug]: can not start via docker #727

Closed
opened 2026-03-16 16:53:50 +03:00 by kerem · 5 comments
Owner

Originally created by @xiaochao on GitHub (Mar 7, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2150

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

 ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT  None of the packages has a "do-prod-start" script

Steps to reproduce

docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest

hoppscotch-app@2.2.1 start /app
pnpm -r do-prod-start

Scope: all 4 workspace projects
 ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT  None of the packages has a "do-prod-start" script

Environment

Release

Version

Self-hosted

Originally created by @xiaochao on GitHub (Mar 7, 2022). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2150 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior  ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT  None of the packages has a "do-prod-start" script ### Steps to reproduce docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest > hoppscotch-app@2.2.1 start /app > pnpm -r do-prod-start Scope: all 4 workspace projects  ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT  None of the packages has a "do-prod-start" script ### Environment Release ### Version Self-hosted
kerem 2026-03-16 16:53:50 +03:00
Author
Owner

@AndrewBastin commented on GitHub (Mar 7, 2022):

@xiaochao I can't reproduce this in my end, can you list out the platform you are using ?
Can you also try to delete the cache and pull the image again and see if it resolves the issue ?

<!-- gh-comment-id:1060293721 --> @AndrewBastin commented on GitHub (Mar 7, 2022): @xiaochao I can't reproduce this in my end, can you list out the platform you are using ? Can you also try to delete the cache and pull the image again and see if it resolves the issue ?
Author
Owner

@xiaochao commented on GitHub (Mar 7, 2022):

@xiaochao I can't reproduce this in my end, can you list out the platform you are using ? Can you also try to delete the cache and pull the image again and see if it resolves the issue ?

system: CentOS Linux release 7.9.2009 (Core)
docker: Docker version 1.13.1, build 0be3e21/1.13.1

the error msg is existing after i deleted all cache files.

docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest
Unable to find image 'hoppscotch/hoppscotch:latest' locally
Trying to pull repository docker.io/hoppscotch/hoppscotch ...
latest: Pulling from docker.io/hoppscotch/hoppscotch
59bf1c3509f3: Pull complete
683dd8c3cc08: Pull complete
ae5b2724f19b: Pull complete
39190df3f477: Pull complete
64f4fef43a5c: Pull complete
8e9012d94223: Pull complete
45a6cf0975cd: Pull complete
4f4fb700ef54: Pull complete
1d72c30c6d71: Pull complete
d29a7b0c7028: Pull complete
3b4bcef7797e: Pull complete
e0e554bd72af: Pull complete
Digest: sha256:58364c8555ae62f2a2ca2a1c15371210d37804a01fe8cdf6be8d8142e3106f92
Status: Downloaded newer image for docker.io/hoppscotch/hoppscotch:latest

hoppscotch-app@2.2.1 start /app
pnpm -r do-prod-start

Scope: all 4 workspace projects
 ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT  None of the packages has a "do-prod-start" script
 ELIFECYCLE  Command failed with exit code 1.

<!-- gh-comment-id:1060355081 --> @xiaochao commented on GitHub (Mar 7, 2022): > @xiaochao I can't reproduce this in my end, can you list out the platform you are using ? Can you also try to delete the cache and pull the image again and see if it resolves the issue ? system: CentOS Linux release 7.9.2009 (Core) docker: Docker version 1.13.1, build 0be3e21/1.13.1 the error msg is existing after i deleted all cache files. docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest Unable to find image 'hoppscotch/hoppscotch:latest' locally Trying to pull repository docker.io/hoppscotch/hoppscotch ... latest: Pulling from docker.io/hoppscotch/hoppscotch 59bf1c3509f3: Pull complete 683dd8c3cc08: Pull complete ae5b2724f19b: Pull complete 39190df3f477: Pull complete 64f4fef43a5c: Pull complete 8e9012d94223: Pull complete 45a6cf0975cd: Pull complete 4f4fb700ef54: Pull complete 1d72c30c6d71: Pull complete d29a7b0c7028: Pull complete 3b4bcef7797e: Pull complete e0e554bd72af: Pull complete Digest: sha256:58364c8555ae62f2a2ca2a1c15371210d37804a01fe8cdf6be8d8142e3106f92 Status: Downloaded newer image for docker.io/hoppscotch/hoppscotch:latest > hoppscotch-app@2.2.1 start /app > pnpm -r do-prod-start Scope: all 4 workspace projects  ERR_PNPM_RECURSIVE_RUN_NO_SCRIPT  None of the packages has a "do-prod-start" script  ELIFECYCLE  Command failed with exit code 1.
Author
Owner

@AndrewBastin commented on GitHub (Mar 7, 2022):

cc: @liyasthomas ?

<!-- gh-comment-id:1060401829 --> @AndrewBastin commented on GitHub (Mar 7, 2022): cc: @liyasthomas ?
Author
Owner

@liyasthomas commented on GitHub (Mar 7, 2022):

I can't reproduce this issue at my end as well.

@xiaochao can you see if you can reproduce the same issue in Docker Play.

<!-- gh-comment-id:1060409439 --> @liyasthomas commented on GitHub (Mar 7, 2022): I can't reproduce this issue at my end as well. @xiaochao can you [see if you can reproduce the same issue in Docker Play](https://labs.play-with-docker.com).
Author
Owner

@xiaochao commented on GitHub (Mar 7, 2022):

I can't reproduce this issue at my end as well.

@xiaochao can you see if you can reproduce the same issue in Docker Play.

it's my docker version problem. It's working fine after i upgrade docker to the latest version.

<!-- gh-comment-id:1060497476 --> @xiaochao commented on GitHub (Mar 7, 2022): > I can't reproduce this issue at my end as well. > > @xiaochao can you [see if you can reproduce the same issue in Docker Play](https://labs.play-with-docker.com). it's my docker version problem. It's working fine after i upgrade docker to the latest version.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#727
No description provided.