https://docs.dendron.so/notes/64f0e2d5-2c83-43df-9...
# feedback
j
https://docs.dendron.so/notes/64f0e2d5-2c83-43df-9144-40f2c68935aa/ Must assume some knowledge that I don't have or I missed something in the requirements... but I thought https://github.com/dendronhq/dendron/issues/3654 must be trivial to fix. Probably update 4 strings in packges.json. So I went through the quick start and when I run yarn setup, I get this error: https://gist.github.com/jeep/544b0b5a01c5e5ed6d07850352567508 jeep@DESKTOP-JOE:~/dev/dendron$ node --version v16.17.1 jeep@DESKTOP-JOE:~/dev/dendron$ yarn --version 1.22.19 jeep@DESKTOP-JOE:~/dev/dendron$ lerna --version 5.6.2
j
@jeep - thanks for giving it a go! #748936364283920495 channel is generally better for dev related questions for future reference. Re: your error - that's a bit mysterious; perhaps
network-timeout
has been removed in the version of yarn you're running and our script is out of date - lemme investigate further. It's available on the version I'm running, which is
1.22.15
Anyway, as a temp workaround, you can remove the argument here: https://github.com/dendronhq/dendron/blob/45a8c09e53132a231ebe5b607bd272caf325860c/package.json#L81 Change it to
"bootstrap:bootstrap": "npx yarn --frozen-lockfile && yarn gen:meta",
and it should get past that error
I also replied on the github issue
j
Nope, similar error. We can move this to the dev channel if you want. I just assumed that it was a documentation issue. 😉 https://gist.github.com/jeep/3e4a3089a3d684552eb13807c51fc0a3
3 Views