mujeebasif / Basic-CRUD-Joomla3

Joomla 3.x sample component
2 stars 4 forks source link

Error after CRUD subgenerator init #2

Closed grigorovich-alex closed 7 years ago

grigorovich-alex commented 7 years ago

events.js:182 throw er; // Unhandled 'error' event ^ TypeError: Cannot read property 'replace' of undefined at constructor.askForProject (C:\Users\Alex\AppData\Roaming\npm\node_modules \generator-joomla3\generators\crud\index.js:93:30) at C:\Users\Alex\AppData\Roaming\npm\node_modules\generator-joomla3\node_mod ules\yeoman-generator\lib\base.js:429:16 at runCallback (timers.js:781:20) at tryOnImmediate (timers.js:743:5) at processImmediate [as _immediateCallback] (timers.js:714:5)

grigorovich-alex commented 7 years ago

Fixed by cd folder_created_by_generator and then init CRUD generator. As you said in your Tips. :)