Followed your instructions and looked at issue #93 and I can't figure it out.
Here is what I am getting from the CLI...
C:\Windows\System32>npm list -g --depth=0
C:\Program Files (x86)\nodejs
├── bower@1.4.1
├── generator-hottowel@0.2.14
├── grunt-cli@0.1.13
├── gulp@3.9.0
├── nodemon@1.3.7
├── npm@2.12.1
├── spawn-sync@1.0.11
└── yo@1.4.7
C:\Windows\System32>yo doctor
Yeoman Doctor
Running sanity checks on your system
V Global configuration file is valid
V NODE_PATH matches the npm root
V Node.js version
V No .bowerrc file in home directory
V No .yo-rc.json file in home directory
V npm version
Everything looks all right!
C:\Windows\System32>yo hottowel helloWorld
Error hottowel helloWorld
You don't seem to have a generator with the name hottowel installed.
You can see available generators with npm search yeoman-generator and then insta
ll them with npm install [name].
To see the 0 registered generators run yo with the --help option.
C:\Windows\System32>yo --generators
C:\Windows\System32>
I have no idea what I am doing wrong, but I am getting some warnings when hottowel installs. Here they are...
C:\Windows\System32>npm install -g generator-hottowel
npm WARN peerDependencies The peer dependency yo@>=1.0.0 included from generator
-hottowel will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerD
ependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it
explicitly.
npm WARN deprecated CSSselect@0.4.1: the module is now available as 'css-select'
Followed your instructions and looked at issue #93 and I can't figure it out.
Here is what I am getting from the CLI...
C:\Windows\System32>npm list -g --depth=0 C:\Program Files (x86)\nodejs ├── bower@1.4.1 ├── generator-hottowel@0.2.14 ├── grunt-cli@0.1.13 ├── gulp@3.9.0 ├── nodemon@1.3.7 ├── npm@2.12.1 ├── spawn-sync@1.0.11 └── yo@1.4.7 C:\Windows\System32>yo doctor Yeoman Doctor Running sanity checks on your system
V Global configuration file is valid V NODE_PATH matches the npm root V Node.js version V No .bowerrc file in home directory V No .yo-rc.json file in home directory V npm version
Everything looks all right! C:\Windows\System32>yo hottowel helloWorld Error hottowel helloWorld
You don't seem to have a generator with the name hottowel installed. You can see available generators with npm search yeoman-generator and then insta ll them with npm install [name]. To see the 0 registered generators run yo with the
--help
option. C:\Windows\System32>yo --generatorsC:\Windows\System32>
I have no idea what I am doing wrong, but I am getting some warnings when hottowel installs. Here they are...
C:\Windows\System32>npm install -g generator-hottowel npm WARN peerDependencies The peer dependency yo@>=1.0.0 included from generator -hottowel will no npm WARN peerDependencies longer be automatically installed to fulfill the peerD ependency npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. npm WARN deprecated CSSselect@0.4.1: the module is now available as 'css-select'
npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what' generator-hottowel@0.2.14 C:\Program Files (x86)\nodejs\node_modules\generator-h ottowel ├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.3, supports-color@0 .2.0, strip-ansi@0.3.0, has-ansi@0.1.0) ├── yosay@0.3.0 (ansi-regex@0.2.1, string-length@0.1.2, ansi-styles@1.1.0, pad-c omponent@0.0.1, word-wrap@0.1.3, minimist@0.2.0, strip-ansi@0.2.2, chalk@0.4.0, taketalk@0.1.1) └── yeoman-generator@0.17.7 (dargs@2.1.0, isbinaryfile@2.0.4, class-extend@0.1.1 , diff@1.4.0, rimraf@2.4.1, text-table@0.2.0, underscore.string@2.4.0, mime@1.3. 4, async@0.9.2, debug@1.0.4, grouped-queue@0.3.0, cross-spawn@0.2.9, nopt@3.0.3, run-async@0.1.0, mkdirp@0.5.1, shelljs@0.3.0, iconv-lite@0.4.11, glob@4.5.3, fi le-utils@0.2.2, findup-sync@0.1.3, github-username@1.1.1, download@1.0.7, lodash @2.4.2, request@2.58.0, cheerio@0.17.0, gruntfile-editor@0.2.0, inquirer@0.7.3)
C:\Windows\System32>