Error: Did not provide required argument tarFile!
Closed this issue · 3 comments
0x6a74 commented
any clue whats wrong here?
yo-cli version:
$ yo --version
1.0.0-beta.6
installing the generator
$ npm install generator-jquery-boilerplate
trying to generate:
$ yo jquery-boilerplate
events.js:72
throw er; // Unhandled 'error' event
^
Error: Did not provide required argument tarFile!
at argument (/usr/local/lib/node_modules/yo/node_modules/yeoman-generator/lib/base.js:195:31)
at module.exports [as exec] (/usr/local/lib/node_modules/generator-jquery-boilerplate/app/index.js:13:8)
at next (/usr/local/lib/node_modules/yo/node_modules/yeoman-generator/lib/base.js:285:18)
at run (/usr/local/lib/node_modules/yo/node_modules/yeoman-generator/lib/base.js:299:4)
at Environment.run (/usr/local/lib/node_modules/yo/node_modules/yeoman-generator/lib/env.js:418:20)
at init (/usr/local/lib/node_modules/yo/bin/yo:77:7)
at pre (/usr/local/lib/node_modules/yo/bin/yo:90:3)
at Object.<anonymous> (/usr/local/lib/node_modules/yo/bin/yo:118:1)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
0x6a74 commented
further information on that issue
pilwon/ultimate-seed-generator#1
thom4parisot commented
I did the following
npm cache-clean generator-jquery-boilerplate
npm install -g generator-jquery-boilerplate
yo query-boilerplate
Still the same issue.
I had to do the following to make this working.
yo jquery-boilerplate ''