mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-22 11:45:34 -04:00
import error #26
Reference in New Issue
Block a user
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 @Robert-Jia00129 on GitHub (Jun 30, 2025).
Error:
@rodrimaia commented on GitHub (Jun 30, 2025):
Also having the same issue
@marcusschiesser commented on GitHub (Jul 1, 2025):
When you're getting it?
@Robert-Jia00129 commented on GitHub (Jul 1, 2025):
When I run
npm run build. It seems like some imports inindex.jsimporting packages fromswcare broken.@Robert-Jia00129 commented on GitHub (Jul 1, 2025):
Might found the solution. Will follow up shortly
@Robert-Jia00129 commented on GitHub (Jul 1, 2025):
I did!!!
The issue is regarding how swc helpers are installed.
Prev Issue
Installing it via
npm install @swc/helpersleads to the error. It's an older version of src helpers.Fix
Run:
npm install --save-dev @swc/helpers@latest