Hi, Iâm having some issues getting started.
When I enter âyarn startâ in the terminal on VSC, I receive the message belowâŚ
yarn start
yarn : 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:1
+ yarn start
+ ~~~~
+ CategoryInfo : ObjectNotFound: (yarn:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I get a similar error message when trying to type âgit clone [insert url]â (I imported the actual file to get past this part).
Any suggestions how how to fix my Visual Studio Code?