Menu

How to install yarn

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.

+ yarn install

+ ~~~~

    + CategoryInfo          : ObjectNotFound: (yarn:String) [], CommandNotFoundException

    + FullyQualifiedErrorId : CommandNotFoundException



Install Yarn using npm or installer

There are two ways to install yran in development machine.

Install yarn using npm

npm install --global yarn

Install yarn using installer

We could download the installer file and install in the machine. link to download >> https://classic.yarnpkg.com/latest.msi


Reference

https://classic.yarnpkg.com/lang/en/docs/install

2 comments: