-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I'm using Ubuntu Mate 14.04, in case that is significant.
Following the instructions, I perform:
npm install -g generator-learnfe
After quite some time, I get this message:
npm WARN deprecated [email protected]: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0.
/home/berickso/.nvm/versions/node/v5.1.0/lib
βββ [email protected]
Yoeman doesn't consider the generator installed.
When I attempt to use the generator, I get this message:
yo learnfe
Error learnfe
You don't seem to have a generator with the name learnfe installed.
You can see available generators with npm search yeoman-generator and then install them with npm install [name].
To see the 0 registered generators run yo with the --help option.
**I tried updating my version of lodash using npm, and that succeeded, but running the above commands again subsequently has the same results.
Perhaps the generator specifies a deprecated version of lodash which prevents it installing?
Or (more likely) I'm simply doing something wrong.
Thanks very much for your time...sorry if this is just my misunderstanding.**