How to install yeoman in windows 10?

How to install yeoman in windows 10?

I am installing yeoman through yarn, so ensure you have yarn first, even if you npm that’s fine and you can install using npm install yo.

 

Command to install/add yeoman through yarn:

yarn add yo [yarn add yeoman is deprecated]

Run this command to install it globally across your machine,

yarn add global yo

 

Completed finally,

 

 

Through NPM:

 

 

Verifying the yeoman (yo) installations:

 

I tried it through yarn as well first, it did not work as expected to me, so I installed using npm.

 

Warning message with yarn add yeoman:

 

Leave a Reply