This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 244
npm script with regex glob #100
Comments
This might be related to #99 |
Definitely #99. @adamgruber could you try |
I tried different combinations of escaping but none have worked so far. Here's a simplified script:
and the error:
I tried escaping the parenthesis:
but then I get this:
|
Applying the same analysis as there. original script
Regexp is not quoted so it is interpreted by the shell. That why it says suggested fix
So it should work. I suspect @adamgruber did try without |
I guess you could also try |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is my npm script:
After upgrading to 4.0.0, I get this error:
Is this a bug with v4 or do I need to change how I am passing my args to
mocha
?The text was updated successfully, but these errors were encountered: