You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: