strapi-plugin-vercel-deploy
strapi-plugin-vercel-deploy copied to clipboard
ModuleNotFoundError: Module not found: Error: Can't resolve 'react-dom/client'
I am getting ModuleNotFoundError: Module not found: Error: Can't resolve 'react-dom/client'
When I run: npx create-strapi-app@latest my-project
This is a new project Installed like so:
npx create-strapi-app cms --quickstart
EVERYTHING RUNS GREAT!
Then I attempt to run: pnpm install strapi-plugin-vercel-deploy
And I get the error.
Any Ideas about where I may be going wrong?