When attempting to build facebook docusaurus, an infinite loop causes the build to hang (and eventually the machine to freeze). Confirmed the build completes successfully when running yarn standalone.
these derivations will be built:
/nix/store/qjd7qkjmd8wi8r1j9n9ni62d1dg5k0rr-docu.drv
building '/nix/store/qjd7qkjmd8wi8r1j9n9ni62d1dg5k0rr-docu.drv'...
unpacking sources
unpacking source archive /nix/store/swlfp5fc08xlwjpxpnvwxraxbymyr9qv-source
source root is source
patching sources
configuring
building
no Makefile, doing nothing
yarn run v1.22.4
warning Skipping preferred cache folder "/homeless-shelter/Library/Caches/Yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/private/var/folders/tz/gmnrpnw56vl1dwynrkzc78p40000gn/T/nix-build-docu.drv-3/.yarn-cache-501".
$ yarn tsc && yarn build:v2 --offline
warning Cannot find a suitable global folder. Tried these: "/usr/local, /homeless-shelter/.yarn"
warning Skipping preferred cache folder "/homeless-shelter/Library/Caches/Yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/private/var/folders/tz/gmnrpnw56vl1dwynrkzc78p40000gn/T/nix-build-docu.drv-3/.yarn-cache-501".
$ lerna run tsc --no-private
warning Cannot find a suitable global folder. Tried these: "/usr/local, /homeless-shelter/.yarn"
info cli using local version of lerna
lerna notice cli v3.20.2
lerna info Executing command in 8 packages: "yarn run tsc"
When attempting to build facebook docusaurus, an infinite loop causes the build to hang (and eventually the machine to freeze). Confirmed the build completes successfully when running
yarn
standalone.result