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

9 Replies
adverse-sapphireOP•8mo ago
flat-fuchsia•8mo ago
can you provide a complete reproducer?
adverse-sapphireOP•8mo 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•8mo ago
sure
i assume this did work before?
adverse-sapphireOP•8mo 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•8mo ago
schiller-manuel
adverse-sapphireOP•8mo ago
fixed this issue by wrapping certain code in
serverOnly(() =>
in my route loaderadverse-sapphireOP•8mo ago
but now getting this. i have my tsconfig and build.target set to es2023 but it is saying es2019

adverse-sapphireOP•8mo ago
https://www.answeroverflow.com/m/1290134493889429586 fixed that with this
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...