The [MEAN.JS 0.3.x instructions](http://meanjs.org/docs/0.3.x/) recommend the reader use the [MEAN.JS Yeoman generator](http://meanjs.org/generator.html). However, the MEAN.JS Yeoman generator **does not list any 0.3.x versions** in its menu (see below). ``` bash $ yo meanjs You're using the official MEAN.JS generator. ? What mean.js version would you like to generate? ❯ master 0.4.0 0.4.1 0.4.2 ``` I recommend the author of the MEAN.JS 0.3.x docs either: 1. Not recommend the reader use the MEAN.JS Yeoman generator; or 2. Explicitly say _which_ "mean.js version" (referenced in the output of `yo meanjs`) is compatible with the remainder of the MEAN.JS 0.3.x docs