Prior to trying to record my project on the Cypress Dashboard my code was working fine
I keep getting the error
'chcp' is not recognized as an internal or external command,
operable program or batch file.
Error: spawn cmd ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)
at onErrorNT (node:internal/child_process:477:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
{
errno: -4058,
code: 'ENOENT',
syscall: 'spawn cmd',
path: 'cmd',
spawnargs: [
'/c',
'WMIC path win32_process get Name,Processid,ParentProcessId,Commandline,ExecutablePath'
] }
please i need some help on how to go about it. tnks