Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation error at 'npm run start' #163

Open
I33Buckler opened this issue Nov 13, 2023 · 1 comment
Open

Installation error at 'npm run start' #163

I33Buckler opened this issue Nov 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@I33Buckler
Copy link

Describe the bug
Have obtained the age-viewer from the repository. Running 'npm run start' results in the following message

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
  Line 169:15:  A control must be associated with a text label  jsx-a11y/control-has-associated-label
  Line 177:15:  A control must be associated with a text label  jsx-a11y/control-has-associated-label
  Line 196:15:  A control must be associated with a text label  jsx-a11y/control-has-associated-label

src/components/cytoscape/CypherResultCytoscapeFooter.jsx
  Line 93:11:   A control must be associated with a text label  jsx-a11y/control-has-associated-label
  Line 166:11:  A control must be associated with a text label  jsx-a11y/control-has-associated-label
  Line 182:11:  A control must be associated with a text label  jsx-a11y/control-has-associated-label
  Line 207:13:  A control must be associated with a text label  jsx-a11y/control-has-associated-label
  Line 222:13:  A control must be associated with a text label  jsx-a11y/control-has-associated-label
  Line 292:11:  A control must be associated with a text label  jsx-a11y/control-has-associated-label

src/components/cytoscape/CypherResultCytoscapeLegend.jsx
  Line 180:11:  A control must be associated with a text label  jsx-a11y/control-has-associated-label
  Line 195:11:  A control must be associated with a text label  jsx-a11y/control-has-associated-label

src/components/sidebar/presentations/SidebarHome.jsx
  Line 429:13:  A control must be associated with a text label  jsx-a11y/control-has-associated-label
  Line 446:13:  A control must be associated with a text label  jsx-a11y/control-has-associated-label

Search for the keywords to learn more about each error.

To Reproduce
Steps to reproduce the behavior:

  1. downloaded the git repo
  2. executed 'npm run setup'
  3. executed 'npm run start'

Expected behavior
Launch application to configure connection to database.

Desktop (please complete the following information):

  • Debian GNU/Linux trixie/sid
  • Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz
@KamleshKumar427
Copy link
Contributor

There were linting errors in your JSX files related to accessibility using the jsx-a11y/control-has-associated-label rule. This rule ensures that form elements have an associated label for better accessibility.

This error is solved
#165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants