Front-End/Next.js

Module not found: Can't resolve 'react/jsx-runtime' code exampleExample: Module not found: Can't resolve 'react'

개발자티포 2021. 8. 31. 11:06
728x90
반응형

npm install next@latest react@latest react-dom@latest 실행하면 됩니다.

(저는 next@lastest만 실행했었는데 이런 오류가 떴었습니다.)

728x90
반응형