When I was executing Sonar Runner, I saw these lines in the Console Window. Not sure whether these should be executed on the client machine or on the server machine running SonarQube.
npx browserslist@latest --update-db
I tried running this on client machine and got this message. My assumption to run in any directory was that it would capture the packages in a global repository in the system. Then I searched for any related packages in SonarRunner on the client machine and SonarQube on the server machine but could not locate any matching ones.
C:\Windows\System32>npx browserslist@latest --update-db
npx: installed 6 in 9.245s
Cannot find package.json. Is this the right directory to run npx browserslist --update-db in?