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
thrownewFirebaseError('No project active. Run with '+chalk.bold('--project <projectId>')+' or define an alias by\nrunning '+chalk.bold('firebase use --add'),{
24
24
exit: 1
25
25
});
26
-
}elseif(aliasCount===1){
27
-
varname=_.head(_.keys(aliases));
28
-
thrownewFirebaseError('No project active, but a project alias is available.\n\nRun '+chalk.bold('firebase use '+name)+' to activate project '+chalk.bold(aliases[name]));
0 commit comments