If I use a template , it's work well, but if I don't use a template, it will raise an error
$ create-component-app
[Info] No config file detected, using defaults.
? Do you wanna choose a template No
? What kind of components do you want to create ? stateless
? What is the name of the component ? ComponentName
? Do you want to connect the component to redux ? No
? Do you want an index file on your folder ? No
? What kind of extension do you use for js files ? js
? What kind of extension do you use for style file ? css
? Do you want a storybook file? Yes
? Do you want a test file? Yes
? Where do you want create your component ? ./src/components
[Error] Cannot convert undefined or null to object
If I use a template , it's work well, but if I don't use a template, it will raise an error
The node verison: