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
I have a fresh clone and I am follwing the instructions. Running ./build.sh --docker fails with:
docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist:
/Users/surma/src/github.com/whatwg/html-build/.cache.
Creating .cache manually fixes the problem. Might be nice if the script did that for me.
The text was updated successfully, but these errors were encountered:
Fascinating. This must be a Windows vs. Mac docker difference? I deleted my .cache folder and ran that exact command and it was created with no problem.
Would you be able to work on a pull request for this, since I can't really test it myself? I think moving clearCacheIfNecessary up to before the if [[ $USE_DOCKER == "true" ]] line would work.
I have a fresh clone and I am follwing the instructions. Running
./build.sh --docker
fails with:Creating
.cache
manually fixes the problem. Might be nice if the script did that for me.The text was updated successfully, but these errors were encountered: