cypress-parallel: ERROR: env: node\r: No such file or directory

When I try to run cy:parallelcy:parallel it exits with error:

env: node\r: No such file or directory
error Command failed with exit code 127.

command looks like this: "cy:parallel" : "cypress-parallel -s cypress:run -t 2 -d cypress",

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 16 (1 by maintainers)

Most upvoted comments

@jozibrewer Should be working now in version 0.6.0!Let me know if you find any issue. Thanks @ISanjeevKumar

it’s written on windows, which produce bad line wraps. I could fix this and add a pr @tnicola fine for you?

Just fix the line breaks with dos2unix preferably here in this repo and stop writing code on windows ;b

Same issue here.

/usr/bin/env: «node\r»: No existe el fichero o el directorio
/usr/bin/env: use -[v]S to pass options in shebang lines
error Command failed with exit code 127.

I reverted to 0.3.0 and it works fine.