T
TanStack8mo ago
adverse-sapphire

node stream build error

getting this error when i attempt to build my app. talks about node stream being externalized from the @tanstack/start-server package
No description
9 Replies
adverse-sapphire
adverse-sapphireOP8mo ago
flat-fuchsia
flat-fuchsia8mo ago
can you provide a complete reproducer?
adverse-sapphire
adverse-sapphireOP8mo ago
can i add you to a repo? may be kind of difficult to create a repro i can share my app.config.ts if that helps
flat-fuchsia
flat-fuchsia8mo ago
sure i assume this did work before?
adverse-sapphire
adverse-sapphireOP8mo ago
it was a tanstack router app that i converted to start today has no errors in dev mode can you send your github username so i can add you @Manuel Schiller
flat-fuchsia
flat-fuchsia8mo ago
schiller-manuel
adverse-sapphire
adverse-sapphireOP8mo ago
fixed this issue by wrapping certain code in serverOnly(() => in my route loader
adverse-sapphire
adverse-sapphireOP8mo ago
but now getting this. i have my tsconfig and build.target set to es2023 but it is saying es2019
No description
adverse-sapphire
adverse-sapphireOP8mo ago
Vinxi server build fails: Big integer literals not available in tar...
I am getting an error when building locally as well as when Netlify tries to build:
.../.vinxi/build/ssr/index.js:1:40327: ERROR: Big integer literals are not available in the configured target environment ("es2019")
I have looked through the Solid Start, Vinxi and Nitro docs to try to figure out where I can configure this to use a more mode...

Did you find this page helpful?