728x90
The react-scripts package provided by Create React App requires a dependency:
"babel-jest": "^26.6.0"
Don't try to install it manually: your package manager does it automatically.
However, a different version of babel-jest was detected higher up in the tree:
/home/seung/node_modules/babel-jest (version: 27.4.5)
해결책
npm uninstall -g babel-jest and yarn global remove babel-jest
.env파일에
SKIP_PREFLIGHT_CHECK=true
그 후
npm run build
728x90
'오류모음' 카테고리의 다른 글
aws 데이터 베이스 무한 반복 오류 (0) | 2022.01.06 |
---|---|
배포 오류 (0) | 2022.01.06 |
warning package.json: No license field (0) | 2022.01.02 |
SyntaxError: The requested module '../controller/auth.js' does not provide an export named 'default' (0) | 2021.12.10 |
error: 레퍼런스를 'url'에 푸시하는데 실패했습니다 (0) | 2021.12.09 |