검색결과 리스트
글
LANGUAGE/!$%!% ERROR NOTE
2019. 7. 26. 23:16
NodeJS
1. Error - 오류
Browserslist: caniuse-lite is outdated. Please run next command npm update caniuse-lite browserslist
2. Problem - 문제
3. Solved - 해결
npm update caniuse-lite browserslist
안된다면
npm i npm-update-all -g
npm-update-all
4. Reference - 참고
- Browserslist: caniuse-lite is outdated: https://github.com/postcss/autoprefixer/issues/1184
- Fix outdated warning "Browserslist: caniuse-lite is outdated ..." during "npm build"!: https://github.com/Cezerin2/cezerin2/issues/55