Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

BUG: the contribution guidelines are incorrect #43

Closed
ArslanYM opened this issue Oct 17, 2023 · 2 comments
Closed

BUG: the contribution guidelines are incorrect #43

ArslanYM opened this issue Oct 17, 2023 · 2 comments
Labels
🔒 staff only Restricted to CC staff members 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work

Comments

@ArslanYM
Copy link

ArslanYM commented Oct 17, 2023

Tried to run the app locally while following the contribution guideline steps. Doesnt seem to work properly.
issue

@YuriDevAT
Copy link
Member

YuriDevAT commented Oct 23, 2023

Can you share all the steps you have taken and which contribution guideline you are referring to? It seems like you have not installed the dependecies which is step number 4 of the guide mentioned in the README of the project.

Prerequisites

Before contributing or adding a new feature, please make sure you have already installed the following tools:

Commands

  1. Create a fork of the project to get your own copy
  2. git clone https://github.com/YurisCodingClub/accessibility-mentor.git - to get the code locally
  3. cd accessibility-mentor - to navigate into the project
  4. npm install - to install all the dependencies
  5. code . - to open Visual Studio Code
  6. npm run dev - to get the project running
  7. npm run storybook - to open storybook in localhost:6006

@ArslanYM
Copy link
Author

@YuriDevAT

Can you share all the steps you have taken and which contribution guideline you are referring to? It seems like you have not installed the dependecies which is step number 4 of the guide mentioned in the README of the project.

Prerequisites

Before contributing or adding a new feature, please make sure you have already installed the following tools:

Commands

  1. Create a fork of the project to get your own copy
  2. git clone https://github.com/YurisCodingClub/accessibility-mentor.git - to get the code locally
  3. cd accessibility-mentor - to navigate into the project
  4. npm install - to install all the dependencies
  5. code . - to open Visual Studio Code
  6. npm run dev - to get the project running
  7. npm run storybook - to open storybook in localhost:6006

Actually I did run npm install the first time, the actual issue is that you are running this app on 18.3.0 node version and it is not compatible with the latest version. To solve this i had to use nvm to degrade to a lower version and then it worked.

@YuriDevAT YuriDevAT added 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work 🔒 staff only Restricted to CC staff members labels Oct 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔒 staff only Restricted to CC staff members 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work
Projects
None yet
Development

No branches or pull requests

2 participants