-
Notifications
You must be signed in to change notification settings - Fork 94
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
glob pattern string required #34
Comments
I can't see your screenshot. Can you paste your package.json here? |
https://github.com/maliyshock/flexboxgrid package json from this repo |
{ |
On mac - all works fine. The proplem exist on windows, may be this is particular case |
OK, I think the issue is at https://github.com/postcss/postcss-cli/blob/master/index.js#L87. postcss-cli calls globby even if there are no files specified. In your case, you passing the css through stdin, and for some reason that causes an error. If my hunch is correct, this is a bug (though I can't test on windows; it works on linux). I'll try to make a patch soon. CC: @watilde @pirxpilot |
@maliyshock OK, try this: In your repository, run:
Try running your script again and see if it throws an error. Report your findings here. Delete |
Thanks. So i have bought a mac, and now i have no any problems with that bug)) |
@maliyshock Can you close this? Thanks! |
Issue is still present in postcss-cli 3.2.0 on Windows 7 x64, node v7.10.0:
|
|
have the same problem on windows 7 x64 `{
} } |
Use a config file. |
Hey everyone. Have this issue on my windows system. This issue does not apper on nix - based systems.
I`ve installed postcss and postcss-cli, cause i need to run npm scripts from terminal.
So, my package.json looks like this http://joxi.ru/4AkvbE1fMzeaj2
U can see the error on screenshot higher.
When i remove this part "| postcss --use autoprefixer --autoprefixer.browsers 'last 2 versions'" - all is work fine, but without autoprefixier - so this is sad. Can u help me with that?
The text was updated successfully, but these errors were encountered: