Skip to content
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

chore(scripts): updated npm scripts that use rimraf and glob patterns to use --glob option to fix Illegal characters in path error #7517

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RajeevPullat
Copy link

updated npm scripts that use rimraf and glob patterns to use --glob option to fix Illegal characters in path error

If we are using rimraf from the command line and using glob patterns, we have to use --glob command line option. Otherwise, we will get a Error: Illegal characters in path. error. So, this is fixed with adding --glob option to npm scripts that use rimraf and glob patterns.

…to use `--glob` option to `fix Illegal characters in path` error
Copy link

vercel bot commented Jan 11, 2025

@RajeevPullat is attempting to deploy a commit to the Webpack Docs Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant