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

Yarn Not Starting #8642

Closed
techyusuf opened this issue Mar 12, 2020 · 4 comments
Closed

Yarn Not Starting #8642

techyusuf opened this issue Mar 12, 2020 · 4 comments
Labels

Comments

@techyusuf
Copy link

I have installed yarn application globally but whenever I enter the command 'yarn start' it shows that start command is not found.

@jaugustodafranca
Copy link

jaugustodafranca commented Mar 12, 2020

Did you run yarn inside the project folder @techyusuf?

@w3bdesign
Copy link

@techyusuf
Most likely there is no start command inside the scripts section of the package.json file.

Look below for an example:

"scripts": {
  "start": "some command to be run", // you need to add this line
  "test": "(eslint lib || true) && jest"
}

@stale
Copy link

stale bot commented Apr 11, 2020

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@stale stale bot added the stale label Apr 11, 2020
@stale
Copy link

stale bot commented Apr 17, 2020

This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.

@stale stale bot closed this as completed Apr 17, 2020
@lock lock bot locked and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants