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
{{ message }}
This repository was archived by the owner on Aug 6, 2021. It is now read-only.
returncb(newError("Looks like the blueprints are already installed. Just in case you made some changes to them, we're stopping here. If you want to override the existing files and do a fresh install use the '--force' option."));
29
+
returncb(newError('Looks like the blueprints are already installed. Just in case you made some changes to them, we\'re stopping here. If you want to override the existing files and do a fresh install use the \'--force\' option.'));
30
30
}
31
31
32
32
// copy blueprint and service files
33
33
console.log('Installing "'+scope.flavor+'" of blueprints.');
34
34
35
35
// create blueprints directory if it does not exist
// @todo: check configuration options? Would be great if we could peek into the Sails project configuration and notify the developer about necessary changes
0 commit comments