Notice
Recent Posts
Recent Comments
Link
250x250
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- for
- web
- Algorithm
- system
- github
- Rag
- XML
- architecture
- DS
- instruction
- computer
- MIPS
- DB
- python
- openai
- data structure
- mysql
- Pipelining
- control
- CSS
- Java
- DATAPATH
- javascript
- html
- php
- Class
- react
- function
- AI
- Linux
Archives
- Today
- Total
YYYEJI
[React] Failed to load plugin 'jest' declared in 'package.json 에러 본문
Web Application Server (WAS)
[React] Failed to load plugin 'jest' declared in 'package.json 에러
YEJI ⍢ 2023. 1. 11. 16:12728x90

Failed to load plugin 에러가 떴을 때는 plugin을 설치(install)해주면 됩니다!

저는 'jest' plugin이 없기 때문에 'jest' plugin을 설치해줬더니
$ yarn add --dev eslint eslint-plugin-jest


실행이

제대로 됐습니다.
◡̈
728x90
'Web Application Server (WAS)' 카테고리의 다른 글
| [React] 함수형 컴포넌트에 props 전달하기 (0) | 2023.01.13 |
|---|---|
| [JSP] Cannot resolve taglib with uri http://java.sun.com/jsp/jstl/core 에러 (0) | 2023.01.11 |
| [API KEY] 카카오 API 키 발급 받는 방법 (0) | 2023.01.11 |
| [React] yarn으로 styled-components 설치하기 (0) | 2023.01.10 |
| [React] JSX 태그 내부에서 변수 사용하기 (0) | 2023.01.10 |