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

Documentation missing installation of dependencies from package.json using 'npm install' / 'yarn install' #72

Open
Kaushal-Dhungel opened this issue Mar 12, 2021 · 4 comments

Comments

@Kaushal-Dhungel
Copy link

Describe the bug

As per the documentation, after cloning the repository and setting up the remote, one can type 'npm start' / 'yarn start' in terminal directly and the project starts running but instead of running, the command gets terminated with 'react-scripts: not found' warning.

To Reproduce

Steps to reproduce the behavior:

  1. Fork the repo.
  2. Clone the repo.
  3. Set up the remote as per the documentation/README
  4. Open Terminal, go to the project directory and type 'npm start' / 'yarn start'

Environment (please complete the following information):

  • OS:
  • Browser:

Additional context

One should run 'npm install' or 'yarn install' before running 'npm start' / 'yarn start'

@Jeevan-Kiran-Lenka
Copy link
Contributor

It's solved, I guess

@yoayushraj99
Copy link

It's solved, I guess

no its not in case of yarn.

@yoayushraj99
Copy link

yoayushraj99 commented Mar 27, 2021

Describe the bug

As per the documentation, after cloning the repository and setting up the remote, one can type 'npm start' / 'yarn start' in terminal directly and the project starts running but instead of running, the command gets terminated with 'react-scripts: not found' warning.

To Reproduce

Steps to reproduce the behavior:

  1. Fork the repo.
  2. Clone the repo.
  3. Set up the remote as per the documentation/README
  4. Open Terminal, go to the project directory and type 'npm start' / 'yarn start'

Environment (please complete the following information):

  • OS:
  • Browser:

Additional context

One should run 'npm install' or 'yarn install' before running 'npm start' / 'yarn start'

npm install is working but yarn is not working because to run yarn the repository must contain a yarn.lock file..

@Abhishek-kumar09
Copy link
Contributor

You should be running yarn before running yarn start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants