When the working directory path contains spaces, the CLI installation fails with the following error:
946 | });
947 | }
948 |
949 | // NOTE: we create this symlink whether or not the file exists.
950 | // this way, if it's created later, the symlink will be correct
951 | execSync(`ln -fs $(pwd)/overrides.json $(pwd)/${worktreeName}/overrides.json`, {
^
error: null
errno: -1
code: "1"
syscall: "spawnSync"
path: "/bin/sh"
When the working directory path contains spaces, the CLI installation fails with the following error: