Basic use of Yeoman

yarn global add yo

A module error has occurred

After solving using the following command 

yarn config set ignore-engines true

Recreate the project: success

yarn config set ignore-engines true

 

 Continue to install yarn global add yo

yo needs to be used with a specific generator. To use yeoman to create a project, you must use a specific generator type to create a project

yarn global add generator-node

Summarize Yeoman usage steps

 

Guess you like

Origin blog.csdn.net/z1712636234/article/details/127430911