typescript 와 styled component 충돌문제
Open
complete
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
> 해결된 에러라면 라벨에 'Complete' 를 달아주세요.
> 미해결된 에러라면 라벨을 'In progress' 로 변경해주세요.
### 어떤 에러인가요?
- 타입스크립트와 스타일드 컴포넌트의 버젼 충돌때문인지 module not found, style component not resolved 요런식으로 나옴
### 에러 메시지
```bash
$ Module not found: Can't resolve 'styled-system'
```
### 에러 핸들링 방법
- 아래 코드를 넣었더니 충돌없이 해결됨
```js
// npm install styled-components --save
```
### 에러 핸들링을 위해 참고한 레퍼런스 링크
[링크](https://iqcode.com/code/other/module-not-found-cant-resolve-styled-system)
[링크](https://ychcom.tistory.com/entry/%EC%97%90%EB%9F%AC-Module-not-found-Cant-resolve-styled-components)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.