Scripts run with yarn run seem to break npm auth.
Tested on:
- macOS 10.12.6
- node v8.11.0
- npm v5.8.0
- yarn v1.6.0
- Delete or move
.yarnrc yarn cache clean- Ensure
.npmrcis set up properly with anauthToken npm whoamiworksnpm run whoworksyarn run whofails withENEEDAUTH
yarn config set registry https://registry.npmjs.orgyarn run whoworks