AGE-Viewer front-end not building (backend seems fine)
- Dominant language
- JavaScript
- Stars
- 387
- Forks
- 268
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
When following the build instructions from README .md, the front-end build aborts on erros (after having issued many warnings when getting the dependencies). Backend seems to build fine.
**To Reproduce**
Steps to reproduce the behavior:
1. Clone the age-viewer repo locally
2. cd to the root of the source tree
3. Issue command "npm run build-front "
4. See error (build aborts on a series of errors related to jsx - see attachment and excerpt below:
```
Failed to compile.
src/components/contents/presentations/Editor.jsx
Line 163:15: A control must be associated with a text label jsx-a11y/control-has-associated-label
...
```
**Expected behavior**
Successful build was expected, possibly with some warnings
**Screenshots**
No screenshots needed but log file is attached.
**Desktop (please complete the following information):**
- OS: Ubuntu 22.04
- Browser: (not relevant)
- Versions : npm : 7.24.0, node: v16.10.0
**Additional context**
Nothing to add
[age-viewer-fend-build-errors.txt](https://github.com/apache/age-viewer/files/14213416/age-viewer-fend-build-errors.txt)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.