Error: ENOENT: no such file or directory, open 'dist/front.meta.json'
at async open (node:internal/fs/promises:634:25)
at async Object.writeFile (node:internal/fs/promises:1208:14)
at async FrontendTSBuilder._build (file:///Users/jakub/Documents/sealcode/sealious-playground/node_modules/@sealcode/sealgen/lib/builders/frontend-ts-builder.js:33:5)
at async Promise.all (index 4)
at async build (file:///Users/jakub/Documents/sealcode/sealious-playground/node_modules/@sealcode/sealgen/lib/build.js:87:3)
at async buildProject (file:///Users/jakub/Documents/sealcode/sealious-playground/node_modules/@sealcode/sealgen/lib/build.js:115:5)
at async file:///Users/jakub/Documents/sealcode/sealious-playground/node_modules/@sealcode/sealgen/lib/cli.js:42:3 {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'dist/front.meta.json'
}
I couldn’t reproduce it. Just to make sure we’re following the same steps, could you record your session (starting from before the code is cloned) with https://asciinema.org/ and post it here?
The error still exists in demo ive sent. I agree that it looks like race condition, sometimes even tmux tries to start, but its immediately closed. Maybe it can be correlated with my tmux setup? Maybe, will try for the science with default one.