Skip to content

Instantly share code, notes, and snippets.

@megclaypool
Last active November 9, 2023 20:17
Show Gist options
  • Save megclaypool/855f30d2d266e746ffa35e4154cad100 to your computer and use it in GitHub Desktop.
Save megclaypool/855f30d2d266e746ffa35e4154cad100 to your computer and use it in GitHub Desktop.

[Fix for Prettier Error: Unexpected doc.type 'concat']

As of 10-30-2023, the Prettier Melody plugin that allows Prettier to work on .twig files hasn't been updated in ages. Meanwhile, Prettier has been updated to 3.0, which (it turns out) was a breaking change as far as the Twig Melody plugin is concerned.

The Solution

Downgrade your Prettier to 2.8 using npm install prettier@2.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment