yeoman-environment
Advanced tools
Comparing version 1.6.4 to 1.6.5
@@ -301,6 +301,10 @@ 'use strict'; | ||
new Error( | ||
'You don\'t seem to have a generator with the name ' + namespace + ' installed.\n' + | ||
chalk.bold('You can see available generators with ' + 'npm search yeoman-generator') + | ||
chalk.bold(' and then install them with ' + 'npm install [name]') + '.\n' + | ||
'To see the ' + this.namespaces().length + ' registered generators run yo with the `--help` option.' | ||
chalk.red('You don\’t seem to have a generator with the name “' + namespace + '” installed.') + '\n' + | ||
'But help is on the way:\n\n' + | ||
'You can see available generators via ' + | ||
chalk.yellow('npm search yeoman-generator') + ' or via ' + chalk.yellow('http://yeoman.io/generators/') + '. \n' + | ||
'Install them with ' + chalk.yellow('npm install generator-' + namespace) + '.\n\n' + | ||
'To see all your installed generators run ' + chalk.yellow('yo') + ' without any arguments. ' + | ||
'Adding the ' + chalk.yellow('--help') + ' option will also show subgenerators. \n\n' + | ||
'If ' + chalk.yellow('yo') + ' cannot find the generator, run ' + chalk.yellow('yo doctor') + ' to troubleshoot your system.' | ||
) | ||
@@ -307,0 +311,0 @@ ); |
{ | ||
"name": "yeoman-environment", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment", | ||
@@ -5,0 +5,0 @@ "homepage": "http://yeoman.io", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33005
920