在使用yeoman的webapp的generator的时候会出现使用命令“yo webapp ****”yeoman会出现类似“You don’t seem to have a generator with the name webapp installed. You can see available generators with npm search yeoman-generator and then install them with npm install [name].”的错误,这个错误有2个原因,
1:是我没有安装generator,使用npm install -g gene...