meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

Unable to generate angular module #200

Closed yashgt closed 6 years ago

yashgt commented 8 years ago

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 generator-meanjs@0.4.1 --save

ilanbiala commented 8 years ago

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.

yashgt commented 8 years ago

So which generator can we use to generate an angular module? I also tried with latest version. The online documentation mentions angular-module which does not exist.

On Tuesday, February 16, 2016, Ilan Biala notifications@github.com wrote:

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.

— Reply to this email directly or view it on GitHub https://github.com/meanjs/generator-meanjs/issues/200#issuecomment-184714407 .

yashgt commented 8 years ago

If some generators are NOT developed in the new version, is there a way I can obtain them from the EARLIER versions? The documentation at http://meanjs.org/generator.html is for 0.3.x. It DOES show angular-module as a generator. However, the git repository no longer has the 0.3.x available for download.

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.

ilanbiala commented 8 years ago

Install version 0.1.x from npm.

yashgt commented 8 years ago

Sorry, but I am looking for a later version for which documentation is available. 0.3.x

ilanbiala commented 8 years ago

That version on npm corresponds to 0.3.x support in MEAN.

rof20004 commented 8 years ago

yo meanjs:angular-module not work, now is:

yo meanjs:mean-module

nodox commented 8 years ago

Doc should be updated so this and #208 can be closed. Any PR?

staminna commented 7 years ago

Can somebody update meanjs.org documentation for this?

bellaj commented 6 years ago

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.

nodox commented 6 years ago

Close this issue?

staminna commented 6 years ago

Is there a new tool for this task if I may ask?

lirantal commented 6 years ago

Sorry but no new generator. You should clone the main meanjs repo and use it as a starting point.