mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4227] [bug]: Installing CLI 0.10.0 in Docker requires dependencies which are not documented #1525
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#1525
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 @RaHehl on GitHub (Jul 31, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4227
Originally assigned to: @jamesgeorge007 on GitHub.
Is there an existing issue for this?
Current behavior
For using hoppscotch cli in CI/CD pipelines in Gitlab we create a Docker image containing hoppscotch cli.
Base Image is
node:20-alpineInstall Command is "npm install --global @hoppscotch/cli@0.10.0"
First error we got is missing pnpm:
Then tsup
Then typescript:
and after adding typescript we got the next errors, where we stopped trying:
In case this is not a bug, i would ask you to provide a ready to use image with CLI.
Steps to reproduce
Environment
Production
Version
Self-hosted
@jamesgeorge007 commented on GitHub (Jul 31, 2024):
Hi, we've identified the root cause of this issue and a fix is up #4229 on this front. It'll be addressed in a patch release for the CLI soon.
@jamesgeorge007 commented on GitHub (Jul 31, 2024):
The patch has been released in Hoppscotch CLI v0.10.1. Please let us know if the issue persists.