Skip to content

fix: npm start 할 때 뜨는 browser caniuse-lite Warning 수정#129

Open
live-small wants to merge 1 commit intodevelopfrom
fix/npm-bug
Open

fix: npm start 할 때 뜨는 browser caniuse-lite Warning 수정#129
live-small wants to merge 1 commit intodevelopfrom
fix/npm-bug

Conversation

@live-small
Copy link
Copy Markdown
Member

Browserslist: caniuse-lite is outdated.
Please run: npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating

작업사항

  • npm run start할 때 뜨는 경고 해결했습니다!
  • 저기 있는 명령어치면 해결되더라구요

Browserslist

CRA에서 package.json에 browserslist가 있습니다. 어떤 브라우저를 지원하는지 설정하는 거 같고, 여기서 사용하던 모듈이 outdated돼서 Warning이 뜬 거 같네요.

이런 자료를 참고했습니다.
https://stackoverflow.com/questions/55510405/what-is-the-significance-of-browserslist-in-package-json-created-by-create-react

@live-small live-small added the bug Something isn't working label Apr 24, 2023
@live-small live-small requested a review from kimyoungyin April 24, 2023 07:28
@live-small live-small self-assigned this Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant