[Error] It looks like you're trying to use TypeScript but do not have the required package(s) installed.

이주희·2022년 4월 14일
4

ERROR

목록 보기
5/14

[출처]

It looks like you're trying to use TypeScript but do not have the required package(s) installed.

Please install @types/react by running:

    yarn add --dev @types/react

If you are not trying to use TypeScript, please remove the tsconfig.json file from your package root (and any TypeScript files in your pages directory).

버전 문제일 수 있다.
Next.js와 React 업데이트 ㄱㄱ
npm install next@latest
npm upgrade react@latest react-dom@latest

profile
🍓e-juhee.tistory.com 👈🏻 이사중

1개의 댓글

comment-user-thumbnail
2022년 4월 21일

오 덕분에 해결했습니다 감사합니다!

답글 달기