For me setup running MagicMirror on Windows 10 worked by:
- cloning the repository
 - then edit package.json by changing following line:
 
  "scripts": {
    "start": "./run-start.sh",
to:
  "scripts": {
    "start": "bash ./run-start.sh",
Simple change, works in every location on my PC.