age-website icon indicating copy to clipboard operation
age-website copied to clipboard

Need to Improve Contributing to JIRA Maintenance Doc

Open Manoj0Marmat opened this issue 3 years ago • 15 comments

Issue : Screenshot 2022-10-14 at 11 36 26 AM

Ref: Doc Link Here

Desc: i'm trying to search AGE JIRA but getting no result it will so nice if we provide link here instead of bold text

Sol: need to convert AGE JIRA into the link

Manoj0Marmat avatar Oct 14 '22 06:10 Manoj0Marmat

@eyab @JoshInnis review this issue and assign me also need AGE JIRA link

Manoj0Marmat avatar Oct 14 '22 06:10 Manoj0Marmat

@Manoj0Marmat You have been assigned. Please note that most of the use of Jira has been discontinued and issues are tracked via GitHub

JoshInnis avatar Oct 14 '22 07:10 JoshInnis

@JoshInnis can you please share AGE JIRA(i tried but didn't found) link and also where is the contribution/how doc located in project ? which branch ?

Manoj0Marmat avatar Oct 14 '22 07:10 Manoj0Marmat

The branch: new-web

JoshInnis avatar Oct 14 '22 07:10 JoshInnis

@Manoj0Marmat You have been assigned. Please note that most of the use of Jira has been discontinued and issues are tracked via GitHub

so do it needs to update or not then ?

Manoj0Marmat avatar Oct 14 '22 09:10 Manoj0Marmat

There needs to be an update, nowadays we use github not JIRA to track issues...

JoshInnis avatar Oct 14 '22 12:10 JoshInnis

Screenshot 2022-10-14 at 10 05 29 PM i'm trying to run this project but getting problem i firstly used npm install --force because npm install was not working then npm start

Manoj0Marmat avatar Oct 14 '22 16:10 Manoj0Marmat

Some questions:

  • What version of npm (npm --version), node (node --version) are you using?
  • Do you have yarn installed / what version (yarn --version)? Yarn is not really required but could be a solution.
  • What OS do you use?

What I would try in your situation is to:

  • remove the node_modules directory
  • remove the .cache directory
  • retry installing with npm install (or yarn install if you have yarn installed)
  • retry running the development server with npm run start (or yarn run start if you have yarn installed)

pdpotter avatar Oct 14 '22 18:10 pdpotter

npm version - 8.19.2 node version - 16.18.0 yarn version - 1.22.19 macOS Monterey version - 12.6

Some questions:

  • What version of npm (npm --version), node (node --version) are you using?
  • Do you have yarn installed / what version (yarn --version)? Yarn is not really required but could be a solution.
  • What OS do you use?

What I would try in your situation is to:

  • remove the node_modules directory
  • remove the .cache directory
  • retry installing with npm install (or yarn install if you have yarn installed)
  • retry running the development server with npm run start (or yarn run start if you have yarn installed)

Manoj0Marmat avatar Oct 14 '22 18:10 Manoj0Marmat

  • yarn run start

i tried again but same issue

react/jsx-no-target-blank

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/templates/committers-page.js
  19:9   warning  'PageContent' is assigned a value but never used
                                                                       no-unused-vars
  30:15  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
                                                                       jsx-a11y/alt-text
  43:13  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/templates/index-page.js
   15:8   warning  'bg02' is defined but never used
                                                                                  no-unused-vars
   16:8   warning  'bg03' is defined but never used
                                                                                  no-unused-vars
   17:8   warning  'bg04' is defined but never used
                                                                                  no-unused-vars
   18:8   warning  'bg05' is defined but never used
                                                                                  no-unused-vars
   19:8   warning  'bg06' is defined but never used
                                                                                  no-unused-vars
   84:17  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
                                                                                  jsx-a11y/alt-text
   91:17  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
                                                                                  jsx-a11y/alt-text
   96:17  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
                                                                                  jsx-a11y/alt-text
  101:17  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
                                                                                  jsx-a11y/alt-text
  168:13  warning  Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the
words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop  jsx-a11y/img-redundant-alt
  177:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations            react/jsx-no-target-blank
  186:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations            react/jsx-no-target-blank
  195:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations            react/jsx-no-target-blank

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/templates/overview-page.js
  26:9   warning  'bannerSrc' is assigned a value but never used
no-unused-vars
  49:15  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
jsx-a11y/alt-text
  56:15  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
jsx-a11y/alt-text
  61:15  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
jsx-a11y/alt-text
  66:15  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
jsx-a11y/alt-text

✖ 52 problems (0 errors, 52 warnings)
  0 errors and 20 warnings potentially fixable with the `--fix` option.

success Building development bundle - 106.700s
success Writing page-data.json files to public directory - 0.401s - 3/19 47.38/s
 WARNING  Compiled with 5 warnings                                                                                     12:21:15 AM
⠀

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/components/AgeInfos.js
  29:13  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
  39:13  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/components/AgeProjectList.js
  73:39  warning  Expected '===' and instead saw '=='  eqeqeq

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/components/AgeViewerProjectList.js
  77:39  warning  Expected '===' and instead saw '=='  eqeqeq

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/components/Footer.js
    4:8   warning  'icoGithub' is defined but never used
                                                                        no-unused-vars
    5:8   warning  'icoTwitter' is defined but never used
                                                                        no-unused-vars
    6:8   warning  'icoLinkedin' is defined but never used
                                                                        no-unused-vars
    7:8   warning  'icoYoutube' is defined but never used
                                                                        no-unused-vars
   56:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
   61:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
   88:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
   93:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
   98:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
  106:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
  111:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
  116:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
  130:13  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
  137:13  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
  145:13  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
  152:13  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/components/HowToAge.js
  63:11  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
jsx-a11y/alt-text

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/components/ProjectDetail.js
  14:6   warning  React Hook useCallback has an unnecessary dependency: 'project'. Either exclude it or remove the dependency
array

react-hooks/exhaustive-deps
  40:41  warning  Expected '===' and instead saw '=='

                                                                                                                        eqeqeq
  44:11  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations

react/jsx-no-target-blank
  47:11  warning  The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as
the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with
appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
jsx-a11y/anchor-is-valid
  47:11  warning  Visible, non-interactive elements with click handlers must have at least one keyboard listener


jsx-a11y/click-events-have-key-events
  47:11  warning  Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support
 for tabbing, mouse, keyboard, and touch inputs to an interactive content element

jsx-a11y/no-static-element-interactions

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/components/RedditRss.js
  82:13  warning  The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as
the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with
appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
jsx-a11y/anchor-is-valid
  82:13  warning  Visible, non-interactive elements with click handlers must have at least one keyboard listener


jsx-a11y/click-events-have-key-events
  82:13  warning  Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support
 for tabbing, mouse, keyboard, and touch inputs to an interactive content element

jsx-a11y/no-static-element-interactions
  85:9   warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations

react/jsx-no-target-blank

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/templates/committers-page.js
  19:9   warning  'PageContent' is assigned a value but never used
                                                                       no-unused-vars
  30:15  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
                                                                       jsx-a11y/alt-text
  43:13  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/templates/index-page.js
   15:8   warning  'bg02' is defined but never used
                                                                                  no-unused-vars
   16:8   warning  'bg03' is defined but never used
                                                                                  no-unused-vars
   17:8   warning  'bg04' is defined but never used
                                                                                  no-unused-vars
   18:8   warning  'bg05' is defined but never used
                                                                                  no-unused-vars
   19:8   warning  'bg06' is defined but never used
                                                                                  no-unused-vars
   84:17  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
                                                                                  jsx-a11y/alt-text
   91:17  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
                                                                                  jsx-a11y/alt-text
   96:17  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
                                                                                  jsx-a11y/alt-text
  101:17  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
                                                                                  jsx-a11y/alt-text
  168:13  warning  Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the
words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop  jsx-a11y/img-redundant-alt
  177:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations            react/jsx-no-target-blank
  186:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations            react/jsx-no-target-blank
  195:15  warning  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older
browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations            react/jsx-no-target-blank

/Users/manojdilipmarmat/Downloads/open-source/age-website/src/templates/overview-page.js
  26:9   warning  'bannerSrc' is assigned a value but never used
no-unused-vars
  49:15  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
jsx-a11y/alt-text
  56:15  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
jsx-a11y/alt-text
  61:15  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
jsx-a11y/alt-text
  66:15  warning  img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
jsx-a11y/alt-text

✖ 52 problems (0 errors, 52 warnings)
  0 errors and 20 warnings potentially fixable with the `--fix` option.

⠀
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
 warning  in ./src/components/Footer.js
⠀
export 'Landing' (imported as 'styles') was not found in './styles/Footer.module.scss' (possible exports: Item, Links, Sitemap,
Social, root)
⠀
 warning  in ./src/templates/committers-page.js
⠀
export 'Name' (imported as 'styles') was not found in './styles/committers.module.scss' (possible exports: CommitersContainer,
Committer, Youtube, githubLink, root)
⠀
 warning  in ./src/templates/committers-page.js
⠀
export 'GithubName' (imported as 'styles') was not found in './styles/committers.module.scss' (possible exports:
CommitersContainer, Committer, Youtube, githubLink, root)
⠀
 warning  in ./src/templates/committers-page.js
⠀
export 'GithubProfile' (imported as 'styles') was not found in './styles/committers.module.scss' (possible exports:
CommitersContainer, Committer, Youtube, githubLink, root)
⠀

<w> [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: ENOENT: no such file or directory, rename '/Users/manojdilipmarmat/Downloads/open-source/age-website/.cache/webpack/stage-develop/1.pack_' -> '/Users/manojdilipmarmat/Downloads/open-source/age-website/.cache/webpack/stage-develop/1.pack'

Manoj0Marmat avatar Oct 14 '22 18:10 Manoj0Marmat

I tried again with the versions of npm, node an yarn you mentioned and I still get no error message (I do get the same warning messages). I am on Ubuntu 20.04 instead of macOS.

Can you verify there are no other node processes running (ps -e | grep node)?

One other suggestion that you could try:

  • remove the node_modules directory
  • remove the .cache directory
  • clean npm cache with npm cache clean (npm cache clean --force if necessary)
  • remove the package-lock.json file
  • retry installing with npm install (or yarn install if you have yarn installed)
  • retry running the development server with npm run start (or yarn run start if you have yarn installed)

If that doesn't work, I'm all out of ideas.

pdpotter avatar Oct 14 '22 19:10 pdpotter

Screenshot 2022-10-15 at 12 57 30 AM

Manoj0Marmat avatar Oct 14 '22 19:10 Manoj0Marmat

  • yarn run start

still error dont know why

Manoj0Marmat avatar Oct 14 '22 19:10 Manoj0Marmat

@Manoj0Marmat

as @pdpotter mentioned, following commands must resolve error. Could you please confirm you are having issues after performing steps below?

  • [ ] remove the node_modules directory
  • [ ] remove the .cache directory

arun-esh avatar Oct 14 '22 19:10 arun-esh

@Manoj0Marmat

as @pdpotter mentioned, following commands must resolve error. Could you please confirm you are having issues after performing steps below?

  • [ ] remove the node_modules directory
  • [ ] remove the .cache directory

Yes I removed node_modules and .cache and then I do yarn install and after that yarn start , I'm getting issue in yarn start

Manoj0Marmat avatar Oct 15 '22 04:10 Manoj0Marmat