Recently I installed node and configured create-react-app, I created one react app and when I am doing npm start it is giving an error "" ./src/index.js Module not found: Can't resolve 'react-dom' in 'C:\Users\Public\Desktop\mytestapp\src'"". then I removed this and again installed it, but the same error is giving again and again.
I am unable to solve this issue
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
Do you have source code or GitHub/GitLab repo or CodeSandbox to check out?
Yes, I have,
bitbucket.org/Monukr14/my-app/src/...
I haven't a problem running your code.
Can you check if your node meets the minimum requirement (
Node >= 8.10
)?create-react-app.dev/docs/getting-...