You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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..
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:
Environment (please complete the following information):
Additional context
One should run 'npm install' or 'yarn install' before running 'npm start' / 'yarn start'
The text was updated successfully, but these errors were encountered: