execSyncの拡張
npm install m-execsync
const execSync = require('m-execSync'); execSync.chcp('65001'); // utf8出力 windowsの仕様上バッファがクリアされます execSync('chcp'); execSync('dir');