Yarn start is not working to start the server

it’s showing this error message-
"The term ‘yarn’ is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:5

  • yarn <<<< start
    • CategoryInfo : ObjectNotFound: (yarn:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException"

what should I do?

Hi @mukul.chaudhary10,
Perofrm npm install -g yarn command on the terminal in project folder. This sometimes happens when yarn is not pre-installed or not updated . check version as well.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.