I’m using SonarQube Developer edition and getting the following error:
##[error]19:14:22.137 ERROR: Browserslist: caniuse-lite is outdated. Please run:
19:14:22.137 ERROR: npx browserslist@latest --update-db
Inthe Prepare analysis on SonarQube, I’m integrating with MSBuild
I was previously using the community edition and it worked profectly with in the pipeline. How do I fix this error? I seen other post about this but none of them provided a solution.