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
When I build my SolidStart app, the output produces two different versions of a package called seroval which are conflicting and cause errors when trying to deploy the app.
When running bun run build (or npm...causes the same output), the following is produced:
I am building for Vercel specifically (with the --preview vercel flag on the vinxi build command inside package.json), but the same occurs under the normal .output/... if built without this flag.
The following error occurs: SyntaxError: The requested module 'seroval' does not provide an export named 'createStream'
When running npm ls seroval, I get:
I have the current latest version of both solid start and solidjs. Here are the relevant dependencies:
Duplicates
Latest version
Current behavior 😯
When I build my SolidStart app, the output produces two different versions of a package called
seroval
which are conflicting and cause errors when trying to deploy the app.When running
bun run build
(ornpm
...causes the same output), the following is produced:I am building for Vercel specifically (with the
--preview vercel
flag on the vinxi build command inside package.json), but the same occurs under the normal.output/...
if built without this flag.The following error occurs:
SyntaxError: The requested module 'seroval' does not provide an export named 'createStream'
When running
npm ls seroval
, I get:I have the current latest version of both solid start and solidjs. Here are the relevant dependencies:
Expected behavior 🤔
The output to be built correctly without conflicting dependencies.
Steps to reproduce 🕹
Steps:
npm/bun run build
Context 🔦
No response
Your environment 🌎
The text was updated successfully, but these errors were encountered: