strapi-plugin-vercel-deploy icon indicating copy to clipboard operation
strapi-plugin-vercel-deploy copied to clipboard

ModuleNotFoundError: Module not found: Error: Can't resolve 'react-dom/client'

Open CropWatchDevelopment opened this issue 1 year ago • 0 comments

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?

CropWatchDevelopment avatar Sep 30 '23 04:09 CropWatchDevelopment