pdina
02/01/2022, 2:33 AMmkdir workspaceC
npx @dendronhq/dendron-cli workspace init --wsRoot workspaceC/
but got the following error:
Error: ENOENT: no such file or directory, open 'workspaceC/dendron.yml'
at Object.openSync (node:fs:585:3)
at Object.readFileSync (node:fs:453:35)
...
errno: -2,
syscall: 'open',
code: 'ENOENT',
path: 'workspaceC/dendron.yml'
I also tried using the absolute path but nothing changed.