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
Mock server running
Remix App Server started at http://localhost:3000 (http://192.168.2.39:3000)
GET /?vscodeBrowserReqId=1689520104299 200 - - 120.051 ms
info rebuilding... (~ app\routes\_index.tsx)
info rebuilt (463ms)
D:\PROJEKTI\prototypes\remix-blog-tut\node_modules\@remix-run\dev\dist\devServer_unstable\proc.js:29
throw new Error(`Failed to kill process ${pid}: ${error}`);
^
Error: Failed to kill process 28280: Error: Command failed with exit code 1: taskkill /F /PID 28280
ERROR: The process with PID 28280 could not be terminated.
Reason: The operation attempted is not supported.
at kill (D:\PROJEKTI\prototypes\remix-blog-tut\node_modules\@remix-run\dev\dist\devServer_unstable\proc.js:29:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 2)
at async Object.killtree (D:\PROJEKTI\prototypes\remix-blog-tut\node_modules\@remix-run\dev\dist\devServer_unstable\proc.js:43:3)
at async onBuildFinish (D:\PROJEKTI\prototypes\remix-blog-tut\node_modules\@remix-run\dev\dist\devServer_unstable\index.js:236:13)
Node.js v18.15.0
Expected Behavior
to normal hot reload and show changes on website
Actual Behavior
server breaks with error
The text was updated successfully, but these errors were encountered:
I can confirm am getting this error with v2 indie-stack i.e.@remix-run/serve as of SHA da0c6b7.
Error message when saving a file:
info rebuilding... (~ app\routes\notes.tsx)
info rebuilt (450ms)
Command failed with exit code 1: taskkill /F /PID 20224
ERROR: The process with PID 20224 could not be terminated.
Reason: The operation attempted is not supported.
Command failed with exit code 1: taskkill /F /PID 11228
ERROR: The process with PID 11228 could not be terminated.
Reason: The operation attempted is not supported.
info app server ready (806ms)
info hmr
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
follow tutorial: https://remix.run/docs/en/main/tutorials/blog
npm install
? Yeshot reload results in error:
Expected Behavior
to normal hot reload and show changes on website
Actual Behavior
server breaks with error
The text was updated successfully, but these errors were encountered: