You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the config variable in the file that generated the error is screwy. The error looks like it occurs here :
this.filters = this.config.get('filters');
Uploading your initial application code.
This may take several minutes depending on your connection speed...
/usr/local/lib/node_modules/generator-angular-fullstack/heroku/index.js:143
if(this.filters.mongoose) {
^
TypeError: Cannot read property 'mongoose' of undefined
at Generator.<anonymous> (/usr/local/lib/node_modules/generator-angular-fullstack/heroku/index.js:143:22)
at ChildProcess.exithandler (child_process.js:635:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Socket.<anonymous> (child_process.js:956:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:465:12)
The text was updated successfully, but these errors were encountered:
It seems like the config variable in the file that generated the error is screwy. The error looks like it occurs here :
this.filters = this.config.get('filters');
The text was updated successfully, but these errors were encountered: