Hi,
I updated my Amplify CLI from 7.6.4 to v. 9.2.1 and got this:
Unable to import custom transformer module(amplify-count-directive).
🛑 You may fix this error by editing transformers at amplify-count-directive/transform.conf.json
here my transform.conf.json
{
"Version": 5,
"ElasticsearchWarning": true,
"transformers": [
"amplify-count-directive"
]
}
With previous version I had no problem.