-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to generate angular module #200
Comments
All the generators listed are folders in the repo: https://github.com/meanjs/generator-meanjs, so we don't have a finalized angular-module generator yet. Also, please install the latest generator version. |
So which generator can we use to generate an angular module? On Tuesday, February 16, 2016, Ilan Biala [email protected] wrote:
|
If some generators are NOT developed in the new version, is there a way I can obtain them from the EARLIER versions? It appears as if a new version is release on github without many features of the old version and teh old version is made unavailable. |
Install version 0.1.x from npm. |
Sorry, but I am looking for a later version for which documentation is available. 0.3.x |
That version on npm corresponds to 0.3.x support in MEAN. |
yo meanjs:angular-module not work, now is: yo meanjs:mean-module |
Doc should be updated so this and #208 can be closed. Any PR? |
Can somebody update meanjs.org documentation for this? |
from the official website : The Yeoman Generator is currently not maintained. It is based on an older version of MEAN.JS (0.4.2). This content is retained here for historical purposes and for anyone still using the generator on their projects. |
Close this issue? |
Is there a new tool for this task if I may ask? |
Sorry but no new generator. |
E:\Projects\trulo>yo meanjs:angular-module trulo
Error meanjs:angular-module trulo
You don't seem to have a generator with the name meanjs:angular-module installed.
You can see available generators with npm search yeoman-generator and then install them with npm install [name].
To see the 16 registered generators run yo with the
--help
option.I have already installed meanjs using:
npm install -g [email protected] --save
The text was updated successfully, but these errors were encountered: