- Published on
- Authors
- koskila
Azure DevOps fails with "The path [path-to-your-repo] does not exist" even though the repository is there for sure?
Eh, this was a weird one. This article explains how to get around an issue where your build tools fail due to weird "path does not exist" errors when you're using bash to execute a restore to your project. The build would probably succeed nicely, but it fails due to missing dependencies - in my case, at least the whole node_modules folder was missing. And of course, it is - the restore failed, after all. But let's take one step at a time. What did I run into, this time?
![Cover image for Azure DevOps fails with "The path [path-to-your-repo] does not exist" even though the repository is there for sure?](/cdn-cgi/image/sharpen=1,format=auto,quality=90,slow-connection-quality=50,onerror=redirect,fit=scale-down,width=1920/images/12955-bash.jpg)


