File names on Windows cannot contain colon character as it is a reserved character #317
Labels
area: windows
Issues specifically reproducing on Windows
kind: bug
Something isn't working
needs: investigation
The bug / idea needs more investigation
What version of Turborepo are you using?
1.0.11
Describe the Bug
ERROR @foo-bar/est:build:js:commonjs: : open packages\client-lib.turbo\turbo-build:js:commonjs.log: The filename, directory name, or volume label syntax is incorrect.
running at "turbo": "^1.0.11"
Expected Behavior
turborepo uses OS specific/safe cache file name generation
To Reproduce
use windows platform
add task which contains colons in its names like "do:something" (in my case the task was located under /packages/ folder)
it should generate a file name that is not allowed on the windows operating system
The text was updated successfully, but these errors were encountered: