일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- context
- Nextjs
- 고급안내서
- codingtest
- background tab
- react-helmet
- React 18
- hook
- React API 참고서
- react
- Nextjs React 18
- Programmers
- background setInterval
- Babel
- React 고급 안내서
- React18
- Next13
- React 공식문서
- React 18 Nextjs
- react hook
- React 고급안내서
- background: url
- Javascript
- next13 head
- RTK Query
- CSS
- notFound()
- background setttimeout
- getUTCDate
- Render Props
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