Tutor dev launch (another error)

I run “tutor dev launch” and I found this:

 => CACHED [production 31/37] RUN npm run compile-sass -- --skip-themes                                                                                0.0s
 => [production 32/37] RUN npm run webpack                                                                                                           504.6s
 => => # <s> [webpack.Progress] 91% sealing module assets processing
 => => # <s> [webpack.Progress] 91% sealing module assets processing
 => => # <s> [webpack.Progress] 91% sealing chunk assets processing
 => => # <s> [webpack.Progress] 91% sealing chunk assets processing
 => => # <s> [webpack.Progress] 92% sealing asset processing
 => => # <s> [webpack.Progress] 92% sealing asset processing TerserPlugin
------
 > importing cache manifest from openedx-dev:18.1.2-cache:
------
ERROR: failed to receive status: rpc error: code = Unavailable desc = error reading from server: EOF

View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/l36x9uhrvazjcp42f7vf3pth5
Error: Command failed with status 1: docker buildx build --tag=openedx-dev:18.1.2 --output=type=docker --target=development --build-arg=APP_USER_ID=1000 --cache-from=type=registry,ref=openedx-dev:18.1.2-cache --build-context=edx-platform=C:\OpenEdx\Host2\edx-platform C:\OpenEdx\Host2\env\build\openedx

C:\Git\OpenEdx\tutor>

Sometimes it happens, sometimes it does not. Do you know why is that?

Thanks a lot in advance.

Hi N_V
try :
tutor dev launch --no-cache

Is it tutor images build --no-cache?

Sorry, check if you have everything stopped and run again
tutor dev launch

Thank you very much.