-
-
Notifications
You must be signed in to change notification settings - Fork 94
Prettier-atom failed: Couldn't resolve parser 'postcss' #718
Comments
Are you using the prettier-eslint integration? If so, prettier-eslint is the one that's doing the prettier resolution and the bug lies there. |
@robwise I am indeed. I'm using prettier-stylelint as well. |
I am experiencing this issue too. I have We also have
I am a bit out of my depth here so I am not sure how to resolve - any guidance greatly appreciated. |
Doing some issues clean-up. If this is still an issue, please re-open. |
Thanks for the useful plugin. It happened after I updated the prettier of my project from 1.19.1 to 2.5.1. ATOM 1.58.0 x64 Please let me know if there is a way to deal with this. |
Prettier is using the bundled version (1.18.2) instead of the version from
/node_modules
. I have confirmed prettier is present in thenode_modules
directory and in bothpackage.json
andpackage-lock.json
(see screenshots). This is causing parser resolution errors such as this one downstream.The text was updated successfully, but these errors were encountered: