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
{{ message }}
This repository has been archived by the owner on May 20, 2021. It is now read-only.
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 commandin 8 packages: "yarn run tsc"
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: