mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #2150] [bug]: can not start via docker #727
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#727
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
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
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
@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 ?
@xiaochao commented on GitHub (Mar 7, 2022):
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
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.
@AndrewBastin commented on GitHub (Mar 7, 2022):
cc: @liyasthomas ?
@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.
@xiaochao commented on GitHub (Mar 7, 2022):
it's my docker version problem. It's working fine after i upgrade docker to the latest version.