-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
npm format fails on Windows #2828
Comments
Is there a cross-platform globbing tool we can use? |
No need for that. The glob pattern syntax was wrong. PR is under way. |
eps1lon
added a commit
to eps1lon/redux
that referenced
this issue
Feb 8, 2018
timdorr
pushed a commit
that referenced
this issue
Feb 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
bug
npm format fails on Windows
[error] No matching files. Patterns tried: '{src,test}/**/*.js' !**/node_modules/** !./node_modules/**
npm-debug.log states the following fails:
prettier --write '{src,test}/**/*.js'
Prettier and options appear to have been added in this pull request: #2676
Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux?
format
command was not present in v3.7.2. However,build
succeeded in v3.7.2 but does not in my current version.Current versions:
Redux version "4.0.0-beta.1"
Microsoft Windows [Version 10.0.16299.192]
node v8.9.4
npm 5.6.0
The text was updated successfully, but these errors were encountered: