Join the Webstudio community

Updated 3 months ago

Getting error while trying to run the builder locally.

At a glance

A community member cloned a repository and imported it into VS Code, but when they tried to open it in Docker, they encountered an error in the VS Code terminal. The error message indicates that there is a file or directory that does not exist at the specified location. The community member is asking for an explanation of the error and how to fix it, but there are no comments providing a solution.

Hey,
I cloned the repo and importet it in VS Code but after clicking open in docker it gives me this error in th VS Code Terminal:
Plain Text
[346 ms] Dev Containers 0.394.0 in VS Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba).
[346 ms] Initializing configuration support...
[347 ms] Internal initialization of dev container support package...
[444 ms] Start: Run: git rev-parse --abbrev-ref --symbolic-full-name @{u}
[6816 ms] Start: Run: docker version --format {{json .}}
[6898 ms] {"Client":{"Version":"27.4.0","ApiVersion":"1.47","DefaultAPIVersion":"1.47","GitCommit":"bde2b89","GoVersion":"go1.22.10","Os":"windows","Arch":"amd64","BuildTime":"Sat Dec  7 10:40:21 2024","Context":"desktop-linux"},"Server":{"Platform":{"Name":"Docker Desktop 4.37.1 (178610)"},"Components":[{"Name":"Engine","Version":"27.4.0","Details":{"ApiVersion":"1.47","Arch":"amd64","BuildTime":"Sat Dec  7 10:38:57 2024","Experimental":"false","GitCommit":"92a8393","GoVersion":"go1.22.10","KernelVersion":"5.15.167.4-microsoft-standard-WSL2","MinAPIVersion":"1.24","Os":"linux"}},{"Name":"containerd","Version":"1.7.21","Details":{"GitCommit":"472731909fa34bd7bc9c087e4c27943f9835f111"}},{"Name":"runc","Version":"1.1.13","Details":{"GitCommit":"v1.1.13-0-g58aa920"}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":"de40ad0"}}],"Version":"27.4.0","ApiVersion":"1.47","MinAPIVersion":"1.24","GitCommit":"92a8393","GoVersion":"go1.22.10","Os":"linux","Arch":"amd64","KernelVersion":"5.15.167.4-microsoft-standard-WSL2","BuildTime":"2024-12-07T10:38:57.000000000+00:00"}}
[8676 ms] Error: ENOENT: no such file or directory, scandir 'C:\Users\Theminemat\AppData\Local\Programs\Microsoft VS Code\1738662433654'
[8677 ms] Exit code ENOENT


Why do I get this error? Can someone explain me how I can fix that please.
Add a reply
Sign up and join the conversation on Discord