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
So the first run is working perfectly but if i kill the process and rerun it, i get this error :
Error: Application at dev-server.ts is already running or didn't cleanup after previous run.To manually clear the last run build, try running "rm -rf /var/folders/k1/f1hwwnjx793cq6jdbs31hv9r0000gn/T/d41d8cd98f00b204e9800998ecf8427e".
This is the command i'm using : yarn ncc run dev-server.ts --watch
I tried without the --watch option but it didn't change the result.
So the first run is working perfectly but if i kill the process and rerun it, i get this error :
Error: Application at dev-server.ts is already running or didn't cleanup after previous run.To manually clear the last run build, try running "rm -rf /var/folders/k1/f1hwwnjx793cq6jdbs31hv9r0000gn/T/d41d8cd98f00b204e9800998ecf8427e".
This is the command i'm using :
yarn ncc run dev-server.ts --watch
I tried without the
--watch
option but it didn't change the result.This is the dependencies :
and the tsconfig.json :
The text was updated successfully, but these errors were encountered: