mirror of
https://github.com/logseq/logseq.git
synced 2026-05-22 11:44:10 +00:00
`yarn install` currently fails due to two issues: a) several build scripts use "cd some_dir && yarn ...", which is not valid in cmd.exe. Replace with "yarn --cwd some_dir .." b) zx is somehow defaulting to bash, which finds WSL and runs the script in the WSL instance. Supposedly this was fixed in https://github.com/google/zx/pull/458, not sure why it's not working even if I upgrade zx.
1.1 KiB
1.1 KiB