### What version of Turborepo are you using? 1.0.6 ### Describe the Bug I there! I'm trying Turborepo in a mono repository that works with Lerna. Currently, I'm getting a lot of these warnings in the console: ``` @my-org/icons:build: error fetching from cache: error moving artifact from cache into packages\icons: createtemp packages\next\.turbo\turbo-build.log: pattern contains path separator @my-org/icons:build: cache miss, executing 496f71e70f091e41 ``` Looks like the cache is not being used in the subsequent runs 🤔 At the end of the process I'm getting this output: ``` Tasks: 30 successful, 30 total Cached: 0 cached, 30 total Time: 2m16.758s ``` As far I know, this warning comes from the io/iouti package. Maybe an extra validation is needed in windows 10? Operating System: windows 10 ### Expected Behavior The subsequent runs of a pipeline should use the cache from the .turbo folder. ### To Reproduce I'm getting the same warning in the basic example project https://github.com/vercel/turborepo/tree/main/examples/basic