The cwd options must have a default value process.cwd()
Closed this issue · 1 comments
Delan1026 commented
cwd
should have a default value: process.cwd(), if not, it will cause other related npm package run with errors! for example globby, egg-bin test depend on globby, const files = globby.sync(pattern)
don't pass the options argument