You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
When the working directory path contains spaces, the CLI installation fails with the following error:
The text was updated successfully, but these errors were encountered: