Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

live-small
Copy link
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 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