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
Building index.ts...
[Error: ENOENT: no such file or directory, open 'd:\parcel-verbose-log-bug\node_modules@parcel\runtime-browser-hmr\lib\runtime-f967cf51c16ed2c5.js'] {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
Server running at http://localhost:1234
× Build failed.
The hash in the filename changes when I modify my code. The server runs, but only serves this error as HTML. Removing any of these 3 conditions makes the bug go away
This can be reproduced by creating an empty project with "npm create parcel vanilla my-parcel-app", then adding an empty typescript file and --log-level verbose. I have included repro repository below
💻 Code Sample
Repro case: github.com/OndrejKarlik/parcel-log-verbose-bug.git
run npm install && npm run start
🌍 Your Environment
Parcel 2.14.0
windows 11
node v23.10.0
npm 11.3.0
The text was updated successfully, but these errors were encountered:
🐛 bug report
Combination of
Causes parcel dev server to fail with error:
The hash in the filename changes when I modify my code. The server runs, but only serves this error as HTML. Removing any of these 3 conditions makes the bug go away
🎛 Configuration (.babelrc, package.json, cli command)
This can be reproduced by creating an empty project with "npm create parcel vanilla my-parcel-app", then adding an empty typescript file and --log-level verbose. I have included repro repository below
💻 Code Sample
Repro case: github.com/OndrejKarlik/parcel-log-verbose-bug.git
run npm install && npm run start
🌍 Your Environment
Parcel 2.14.0
windows 11
node v23.10.0
npm 11.3.0
The text was updated successfully, but these errors were encountered: