yarn install --network-timeout 1000000
Solution 2.
yarn config delete https-proxy
yarn config delete proxy
Debug
yarn install --verbose
npmScopes:
fortawesome:
npmAlwaysAuth: true
npmRegistryServer: "https://npm.fontawesome.com/"
npmAuthToken: "your-token-here"