industriaditat
industriaditat
@ValentaTomas Different issue with the ``npm start`` command: ``` PS D:\dev\e2b> npm start > [email protected] start > docker compose build && (npm run db:reset ; npm run db:start && docker...
Ahh yes, the dreaded windows CRLF issue. Ya know, you stop using Dockerfiles for 5 minutes and you forget so many things... I ran ``docker compose build`` and when that...
Interesting... it definitely sounds like a Windows-specific error then -- command prompt and terminal are both exiting after the error, I'm not manually cancelling the process. Curious to see if...