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
watch build failed: Error: The service was stopped
at Socket.afterClose (/home/laurent/projects/myproject/node_modules/esbuild/lib/main.js:526:18)
at Socket.emit (node:events:388:22)
at endReadableNT (node:internal/streams/readable:1294:12)
at processTicksAndRejections (node:internal/process/task_queues:80:21)
Without the watch option the output is generated without problem.
I'm using node 15.3.0 on my Ubuntu 20.10 PC.
The text was updated successfully, but these errors were encountered:
I'm guessing this is a duplicate of #730. Hopefully the problem is already fixed in the latest version that was just released. What version of esbuild are you using? The latest version is 0.8.39.
Watch mode issue #21 was closed but using the following example from the docs
with
I get the following error:
Without the watch option the output is generated without problem.
I'm using node 15.3.0 on my Ubuntu 20.10 PC.
The text was updated successfully, but these errors were encountered: