How Do I fix error while running test through windows machine in webriverIO?

I am getting this error, while running test through my windows machine in webriverIO. "> ./node_modules/.bin/wdio conf/single.conf.js

‘.’ is not recognized as an internal or external command,"

Hello Rhian,

Try removing the forward slashes(./) with 2 backward slashes(\) in the test execution path inside the package.json file.