pTimeout ( (async () => { try { await execa('npm', ['ping']); return true; } catch (_) { throw new Error('Connection to npm registry failed'); } })(), 15000, ...
確定! 回上一頁