michelegera / create-tailwindcss-boilerplate

🌬A bare-bones Tailwind CSS boilerplate
MIT License
117 stars 18 forks source link

isInvalid Has bug that in windows 10 64 bit it always returns true. #5

Closed Sensiblemnd closed 3 years ago

Sensiblemnd commented 3 years ago

You could try something like this until the bug is fixed

isInvalid(value, { windows: process.platform === 'win32' }) ? 'Please enter a valid path' : true,

michelegera commented 3 years ago

@Sensiblemnd thanks for checking and opening the issue.

I’ve tried a different approach and switched from is-invalid-path to valid-filename. Pleas check out v1.5.3-beta.0 and let me know if it fixes the issue for you!

michelegera commented 3 years ago

@Sensiblemnd did you have a chance to try the fix?

Sensiblemnd commented 3 years ago

Sorry not yet

Sensiblemnd commented 3 years ago

Ok tested. Works good

michelegera commented 3 years ago

Closed via 708bcba88e76b050fbf4c18bcd39d0847c583514.