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
> parcel --open
[HPM] Proxy created: /api -> http://localhost:8787/
Server running at http://localhost:1234
⠏ Packaging index.[hash].css...
node:fs:1874
binding.unlink(path);
^
Error: ENOENT: no such file or directory, unlink 'C:\Users\neil\Projects\cloudflare\dist\index.html.30336.1c'
at Object.unlinkSync (node:fs:1874:11)
at WriteStream.<anonymous> (C:\Users\neil\Projects\cloudflare\node_modules\@parcel\fs\lib\index.js:1024:83)
at Object.onceWrapper (node:events:633:26)
at WriteStream.emit (node:events:530:35)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'unlink',
path: 'C:\\Projects\\cloudflare\\dist\\index.html.30336.1c'
}
The dev server randomly crashes. I'm note using the "dist" directory, but it still writes stuff there.
The dev server randomly crashes. I'm note using the "dist" directory, but it still writes stuff there.
package.json fragment
The text was updated successfully, but these errors were encountered: