edu-client
edu-client copied to clipboard
Documentation missing installation of dependencies from package.json using 'npm install' / 'yarn install'
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:
- Fork the repo.
- Clone the repo.
- Set up the remote as per the documentation/README
- 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'
It's solved, I guess
It's solved, I guess
no its not in case of yarn.
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:
- Fork the repo.
- Clone the repo.
- Set up the remote as per the documentation/README
- 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..
You should be running yarn before running yarn start