globby
globby copied to clipboard
issue in windows
use await globby(globPattern) and has files in globPattern. but globby cannot find any file in pattern.
Hello @yellowjian! Do you found any solutions or workarounds?
thank you
Came here with the same problem, but after some research found that the glob pattern must only contain forward slashes. For example:
await globby(path.join(__dirname, 'files', '**').replace(/\\/g, '/'))