This line (line 70) is causing error on Windows machine since execPath is defined as constant
if (isWin) execPath += '.cmd';
Also at line 63 with no babelPlugins settings defined in the yaml is causing error on Windows
--plugins=${this.serverless.service.custom.babelPlugins.join(',')}