You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I successfully build my elysia Backend but after packaging it in server , when I run it using ./server I get this error:
SyntaxError: Cannot declare a function that shadows a let/const/class/function variable 'i3'.
at <parse> (/$bunfs/root/server:170:1) at native:11:43Bun v1.1.34 (Linux x64)
Then I removed docx from my package.json and everything worked as I found that it's conflicting with prisma dependency
I hope this can be fixed as without the docx I cannot implement my ms word generator
The text was updated successfully, but these errors were encountered:
dolanmiu
changed the title
A bug that crashes my Elysia backend Recently I successfully build my elysia Backend but after packaging it in server , when I run it using ./server
I get this error
SyntaxError: Cannot declare a function that shadows a let/const/class/function variable 'i3'.
at <parse> (/$bunfs/root/server:170:1)
at native:11:43
Bun v1.1.34 (Linux x64)
Then I removed docx from my package.json and everything worked as I found that it's conflicting with prisma dependency
A bug that crashes my Elysia backend
Nov 21, 2024
Recently I successfully build my elysia Backend but after packaging it in server , when I run it using ./server I get this error:
Then I removed docx from my package.json and everything worked as I found that it's conflicting with prisma dependency
I hope this can be fixed as without the docx I cannot implement my ms word generator
The text was updated successfully, but these errors were encountered: