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
- Setup of development environment hangs indefinitely when running the
4
-
`dev-install.py` step, specifically on the Yarn linking step.
5
-
- This may be caused by having a `.gitignore` file in your home directory.
6
-
This is a [known issue with Nx](https://github.com/nrwl/nx/issues/27494).
7
-
The [only known workaround](https://github.com/nrwl/nx/issues/27494#issuecomment-2481207598) is to remove the `.gitignore` file from your home directory or to work in a location outside of the home directory tree.
8
-
9
-
- Every UI test fails after 60 seconds due to timeout.
10
-
- This could be caused by having a JupyterLab instance already running at port
11
-
`:8888`. Please ensure that there is nothing running at <http://localhost:8888/lab>
12
-
before running tests.
3
+
## Setup of development environment hangs indefinitely when running the `dev-install.py` step, specifically on the Yarn linking step.
4
+
5
+
This may be caused by having a `.gitignore` file in your home directory.
6
+
This is a [known issue with Nx](https://github.com/nrwl/nx/issues/27494).
7
+
The [only known workaround](https://github.com/nrwl/nx/issues/27494#issuecomment-2481207598)
8
+
is to remove the `.gitignore` file from your home directory or to work in a location
9
+
outside of the home directory tree.
10
+
11
+
## Every UI test fails after 60 seconds due to timeout.
12
+
13
+
This could be caused by having a JupyterLab instance already running at port `:8888`.
14
+
Please ensure that there is nothing running at <http://localhost:8888/lab> before
15
+
running tests.
16
+
17
+
## Build fails in CI with error about `.yarn-state.yml`
18
+
19
+
```
20
+
Error: ENOENT: no such file or directory, unlink '/home/runner/work/jupytergis/jupytergis/node_modules/.yarn-state.yml'
0 commit comments