Can't find module error

I’m trying to run eas update --channel production --message “in quotes”

And keep getting Error: Cannot find module ‘minimatch’

We do not import minimatch in our app. I am running the most updated version of eas-cli. I have deleted the node_modules and ran npm install again.

I used to be able to update over-the-air, but not anymore since this error started coming up.