프론트엔드 개발
[오류 수정] Browserslist: caniuse-lite is outdated. Please run:npx browserslist@latest —update-db 본문
Front-End/Error 해결
[오류 수정] Browserslist: caniuse-lite is outdated. Please run:npx browserslist@latest —update-db
태나미 2021. 7. 20. 13:29cra로 만들어진 react를 yarn start 하면 ,
매번 Browserslist: caniuse-lite is outdated. Please run:npx browserslist@latest —update-db
가 나타나는걸 볼 수 있다
해결방법
해당 프로젝트에서 터미널에 다음과 같이 입력하면 된다.
npm update caniuse-lite browserslist
했음에도 불구하고 똑같은 문제가 발생한다면,
env파일에 아래 내용을 추가하면 더이상 뜨지 않는다. 참고로 근본적인 해결책은 아니다.
BROWSERSLIST_IGNORE_OLD_DATA=true
'Front-End > Error 해결' 카테고리의 다른 글
zsh: command not found: code (2) | 2022.07.21 |
---|---|
[next js + typescript 모듈 import error]Could not find a declaration file for module (0) | 2021.08.14 |
[git].gitignore 적용 안될때 (0) | 2021.07.18 |
[git]Logon failed, use ctrl+c to cancel basic credential prompt (0) | 2021.07.17 |
VSCode 터미널 tsc-node 에러 (0) | 2021.05.07 |
Comments