Troubleshooting#
- Setup of development environment hangs indefinitely when running the - dev-install.pystep, specifically on the Yarn linking step.- This may be caused by having a - .gitignorefile in your home directory. This is a known issue with Nx. The only known workaround is to remove the- .gitignorefile from your home directory or to work in a location outside of the home directory tree.
 
- Every UI test fails after 60 seconds due to timeout. - This could be caused by having a JupyterLab instance already running at port - :8888. Please ensure that there is nothing running at http://localhost:8888/lab before running tests.