-
-
Notifications
You must be signed in to change notification settings - Fork 18
Not compiling in newest version #323
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
Comments
@The-Podsiadly Hi, from the description it is not clear which error you get? In a working example https://github.com/test-issues/posthtml-cli-issue-333 |
The problem is is that no error showed showed. It ran the command but didn't compile an html file into the Were you able to get the files to compile into a |
Yes, you can be sure by cloning the project https://github.com/test-issues/posthtml-cli-issue-333 |
I ran both |
hmm, previously the problem may be due to the used |
I decided to work back and revert to older versions for each of the 3 posthtml packages while keeping 2 of 3 at the latest version. These package versions worked: In my opinion, on my system, Upgrading NodeJS [14.11.0] and npm [6.14.8] didn't solve it. |
I have experienced the same behavior of no output without any error using the recent releases. I also rolled back one release at a time (of just posthtml-cli) and found that it works for [email protected] but not 0.7.2 and later. Environment: |
@patorpey @The-Podsiadly thanks for the find, this is related to the package fast-glob |
@Scrum How did you figure that out? |
I had to do a lot of tests using github actions https://github.com/inside-demo/fast-glob-demo/pull/2/checks?check_run_id=1144028881 see step Run tests |
PostHTML does not compile HTML files when using the CLI.
Details
Had to revert to versions:
Error (Logs|Stacks)
Reproduction (Code)
My
package.json
looked this this:And my
posthtml.json
looked like this:Environment
The text was updated successfully, but these errors were encountered: