Just wondering I am trying to run an update of caniuse-lite for browserify. They recommend using this command:
npx browserslist@latest --update-db
However, this command is referencing a local .npmrc file and subsequently it's not allowing npx to point to the correct repo allocation...
I've tried:
npx browserslist@latest --globalConfig --update-db
But to no luck...
I can't seem to reference what I am looking for in the documentation to override this...