remorses / dokz

Effortless documentation with Next.js and MDX
466 stars 40 forks source link

Error: can't find react/jsx-dev-runtime #51

Closed sidwebworks closed 3 years ago

sidwebworks commented 3 years ago

./pages/_app.jsx Module not found: Can't resolve 'react/jsx-dev-runtime' in '/home/sidwebworks/Desktop/Github/codopedia/pages'

I just created a new project using

yarn create dokz-app

tried with npx also same issue

sidwebworks commented 3 years ago

Resolved the issue: By upgrading these 2 packages

  "react": "^17.0.2",
  "react-dom": "^17.0.2"

Please fix this in the main create app tool also. thanks