| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- React 고급안내서
- notFound()
- Babel
- codingtest
- Render Props
- context
- next13 head
- background tab
- background setttimeout
- React18
- getUTCDate
- Nextjs React 18
- Javascript
- Programmers
- React 18
- Nextjs
- hook
- React 고급 안내서
- React 18 Nextjs
- Next13
- react hook
- CSS
- react-helmet
- 고급안내서
- background: url
- React 공식문서
- background setInterval
- React API 참고서
- RTK Query
- react
Archives
- Today
- Total
akjfal
Error: Cannot find module 'eslint/lib/rules/no-unused-expressions' 본문
react/react 에러
Error: Cannot find module 'eslint/lib/rules/no-unused-expressions'
akjfal 2019. 10. 30. 11:02Error: Cannot find module 'eslint/lib/rules/no-unused-expressions'
eslint의 재설치로 해결이된다
npm install babel-eslint
만 사용하게 될 시 원하는 스펙으로 설치가 안될 수 있다.
Ex)npm install babel-eslint@10.0.1
과 같이 원하는 스펙을 지정해서 설치해주도록 한다.
'react > react 에러' 카테고리의 다른 글
Comments