mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4903] [bug]: Self hosted build error No "exports" main defined in @intlify/bundle-utils #1847
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#1847
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 @SanderYaz on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4903
Is there an existing issue for this?
Current behavior
This happens when I run
pnpm run generateorpnpm -r do-build-prod. The error specifically mentions@intlify/bundle-utils@3.4.0and the message “No "exports" main defined.”Steps to Reproduce
mainbranch of the Hoppscotch repo.pnpm install.npm run generateorpnpm -r do-build-prod.Expected Behavior
The build should complete successfully without throwing the “No "exports" main defined in @intlify/bundle-utils” error.
Additional Information
It appears that multiple packages or sub-packages in the monorepo might be pulling in
@intlify/bundle-utils@3.4.0transitive dependencies. Attempts to remove or override this package in my local fork haven’t resolved the issue.If anyone has encountered a similar error or can suggest an official fix or workaround, it would be greatly appreciated.
Thank you in advance!
Steps to reproduce
Steps to Reproduce
mainbranch of the Hoppscotch repo.pnpm install.npm run generateorpnpm -r do-build-prod.Logs and Screenshots
Environment
Production
Hoppscotch Version
Self-hosted
Interceptor
Browser - Web App
Browsers Affected
No response
Operating System
None
Additional Information
No response
@jamesgeorge007 commented on GitHub (Mar 21, 2025):
Hi, closing this issue since it is resolved in the latest update. Please let us know if you have any feedback.