-
-
Notifications
You must be signed in to change notification settings - Fork 95
Error: 'prettier-atom failed: No parser could be inferred for file: ...example.html' #426
Comments
Getting the same error when I save a script (so no extension and a shebang up top) in my editor (emacs). |
Getting the same error in Atom editor when I'm trying to save .htmlhintrc file. I already ran |
Getting the same error, But it can be solve JUST if you place ALL including the script tag on 1 Line. @BenKai3 |
Getting the same error. |
Same error in IntelliJ, when a codecoverage report (index.html) is generated. |
🙋♂️ |
Any fixes? this is a real bummer |
This should get fixed in #404 which I'm planning to release very soon |
I am also getting same error for PHP files |
Got this same error with PHP today. |
I get this error with PHP files. Prettier is working for .js files though. |
Whenever writing JavaScript in a script tag, in an html file, the error goes off upon saving.
"prettier-atom failed: No parser could be inferred for file: ...index.html"
The text was updated successfully, but these errors were encountered: