Earlier today, I installed 3.0 at work to test something, installed payload-auth-plugin, and ... it just worked.
I threw away my one at home, installed from fresh, installed payload-auth-plugin, and try to create an initial migration for the database and I get:
file:///C:/Users/rikro/repos/startover/apps/cms/src/payload.config.ts:13
import { GoogleAuthProvider } from 'payload-auth-plugin/providers';
^^^^^^^^^^^^^^^^^^
SyntaxError: The requested module 'payload-auth-plugin/providers' does not provide an export named 'GoogleAuthProvider'
The problem is ... IT DOES. It very clearly does.
I have no idea why I'm getting this error. Any ideas?