Q&A
@types/react를 인식하지 못하는 에러
"react": "17.0.2" 와 "@types/react":"17.0.71" 두개의 버젼이 호환이 안되어 나타나는 에러 "@types/react": "17.0.19" 버젼으로 재설치 해주면 정상적으로 작동 한다. npm install --save @types/react@17.0.19
- Likes
- 0
- Comments
- 3
- Viewcount
- 2851
Q&A
"react": "17.0.2" 와 "@types/react":"17.0.71" 두개의 버젼이 호환이 안되어 나타나는 에러 "@types/react": "17.0.19" 버젼으로 재설치 해주면 정상적으로 작동 한다. npm install --save @types/react@17.0.19