mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #5753] [bug]: ERROR when Building and Self-Hosting Hoppscotch Desktop #2247
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#2247
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 @JaneConan on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5753
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
macOS
Bug Description
MacBook Pro M4 Max
when we Install and generate the selfhost web app
just pnpm install
we found
Deployment Type
Hoppscotch Cloud
Version
No response
@deivix13 commented on GitHub (Jan 7, 2026):
Hi! Can I work on this issue?
I'm unemployed so I have a lot of free time HEHE
@JaneConan commented on GitHub (Jan 8, 2026):
THX! what do you think about this issue~
@deivix13 commented on GitHub (Jan 8, 2026):
It appears to be a dependency resolution conflict rather than a direct bug?
jsdom → cssstyle → @csstools/css-syntax-patches-for-csstreeThe package requires
postcss@^8.4because pnpm enforces strict peer dependency resolution no?and considering the Mac M4 architecture requires more precise environment setup, maybe explicit adding this dependency?
@JaneConan commented on GitHub (Jan 11, 2026):
we added this, but same log when we run again ...