我看到 'yarn install --network-timeout 1000000000' 增加超时。有谁知道这是多少秒?
I see 'yarn install --network-timeout 1000000000' to increase timeout. Does anyone know how many seconds this is?
我看到 'yarn install --network-timeout 1000000000' 增加超时。有谁知道这是多少秒?还有,我可以在什么地方看到这方面的文档吗?
yarn help
告诉我们:
--network-timeout <milliseconds> TCP timeout for network requests
1,000,000,000 毫秒是一百万秒,或大约 11 天。
我看到 'yarn install --network-timeout 1000000000' 增加超时。有谁知道这是多少秒?还有,我可以在什么地方看到这方面的文档吗?
yarn help
告诉我们:
--network-timeout <milliseconds> TCP timeout for network requests
1,000,000,000 毫秒是一百万秒,或大约 11 天。