:wave: is it possible to pass `--verbose` to yarn...
# javascript
j
đź‘‹ is it possible to pass
--verbose
to yarn in kotlinNpmInstall? I’d like to get feedback on why it isn’t properly checking my registry configuration in
.yarnrc
which I’ve set like
registry "<https://artifactory>…"
I just get the unhelpful error message(s) like “Couldn’t find package “mocha” on the npm registry. (I’ve also tried
npm:registry "<https://artifactory>…"
fwiw)