-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Hi,
I have:
yo (1.8.3)
npm (2.14.2)
node (v4.0.0)
ubuntu 14.04
I cannot easily upgrade the above since I have other projects depending on them.
When I run yo inside my add-on directory, I choose the add-on option and provide a name. Once I get to choose Input or Empty I get the error below:
TypeError: Cannot set property 'name' of undefined
at null.<anonymous> (/usr/lib/node_modules/generator-angular-schema-form-add-on/app/index.js:48:23)
at null.<anonymous> (/usr/lib/node_modules/generator-angular-schema-form-add-on/node_modules/yeoman-generator/lib/base.js:233:7)
Any help is greatly appreciated.