-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rf flag not working anymore #253
Comments
Same with rimraf.sync(path.join(path.resolve(__dirname), "my/path"), {
preserveRoot: true,
}); Error: invalid rimraf options
at assertRimrafOptions (.../node_modules/rimraf/src/index.ts:33:11) |
@drewjenkins That's a separate issue, and much much more of a head slap. typeOrUndef(o.preserveRoot, 'boolean') &&
typeOrUndef(o.preserveRoot, 'number') && yeah. Fixed on 385f86f |
Found the broken usage in the 4.x.x version .
Since this is the major release, ok to have in the breaking change. may be let's update the repo docs. |
-rf
is not working anymoreis that expected? if yes please update in the breaking change
Thanks in advance
The text was updated successfully, but these errors were encountered: