-
Notifications
You must be signed in to change notification settings - Fork 101
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
Error: Glob should match exactly 2 files but matched 3 build/static/js/*.js #210
Comments
I expect more details. Provide the list of files inside |
I see a problem with |
I'm sorry, isn't my glob already doing that? |
Little update, I deleted the .txt file but I keep having the error. |
Have you tried omitting single quotes?
|
|
What terminal do you use? Try Git Bash |
I'm using zsh, but I get the same output with bash
|
Description
When I run
source-map-explorer 'build/static/js/*.js'
I get the following error:Steps to reproduce
source-map-explorer 'build/static/js/*.js'
Files to reproduce
I'm using a Create React App (v4) with Craco in order to enable Craco ITK plugin (craco-itk).
Expected behavior
I would expect the tool to work.
Environment
Additional context
I'm not sure what the error is referring too, I don't see any documentation where it's explained what kind of files should the tool consume.
The text was updated successfully, but these errors were encountered: