Hi Scott –
It’s a fresh install on a new client PC. So, I don’t think issue with SFDC version.
custom-metadata folder in source format
Here’s some additional log I see in the console. Please advise. Thank you very much! You have been awesome!
Error: EMFILE: too many open files, open 'C:\Users\Jeeva\AppData\Local\sfdx\CLIID.txt'
at Object.openSync (fs.js:497:3)
at Object.writeFileSync (fs.js:1528:35)
at Telemetry.getCLIId (C:\Program Files\sfdx\client\node_modules\@salesforce\plugin-telemetry\lib\telemetry.js:149:22)
at Telemetry.record (C:\Program Files\sfdx\client\node_modules\@salesforce\plugin-telemetry\lib\telemetry.js:188:35)
at process.<anonymous> (C:\Program Files\sfdx\client\node_modules\@salesforce\plugin-telemetry\lib\hooks\telemetryPrerun.js:39:23)
at process.emit (events.js:412:35)
at doEmitWarning (internal/process/warning.js:70:11)
at processTicksAndRejections (internal/process/task_queues.js:81:21) {
errno: -4066,
syscall: 'open',
code: 'EMFILE',
path: 'C:\\Users\\Jeeva\\AppData\\Local\\sfdx\\CLIID.txt'
}
(node:10596) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled w
ith .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
(node:10596) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.