* @returns {Promise<void>} result
()
| 80 | * @returns {Promise<void>} result |
| 81 | */ |
| 82 | function installYarnAsync() { |
| 83 | return exec("npm", ["install", "-g", "yarn"], "Install yarn"); |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * @param {string} command command |
no test coverage detected