You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not load plugin path node_modules/prettier-plugin-twig-enhancements
I tried to use yarn unplug prettier-plugin-twig-enhancements and point to the plugin folder inside the .yarn/unplugged folder but it didn't work either.
Hi,
I'm trying to use this plugin prettier-plugin-twig-enhancements, but every time I try to run
Prettier
it gives me an error:I tried to use
yarn unplug prettier-plugin-twig-enhancements
and point to the plugin folder inside the.yarn/unplugged
folder but it didn't work either..prettierrc.js (Not Working)
.prettierrc.js (Not Working)
After many tries, the only working solution was to reference the plugin folder with an absolute path using Node.js
Path
API..prettierrc.js (Working)
The text was updated successfully, but these errors were encountered: