conventional-changelog-archived-repos / validate-commit-msg

DEPRECATED. Use https://github.com/marionebl/commitlint instead. githook to validate commit messages are up to standard
http://conventionalcommits.org/
MIT License
557 stars 100 forks source link

Error when trying to commit #31

Closed deser closed 8 years ago

deser commented 8 years ago

Error: missing wizard prompter validate-commit-msg { "config": {} } at lazyAssLogic (\node_modules\pre-git\node_modules\lazy-ass\index.js:93:14) at lazyAss (\node_modules\pre-git\node_modules\lazy-ass\index.js:98:28) at Object.pickWizard as wizard at Object. (\node_modules\pre-git\bin\commit-msg.js:11:23) at Module._compile (module.js:435:26) at Object.Module._extensions..js (module.js:442:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Function.Module.runMain (module.js:467:10) at startup (node.js:134:18) at node.js:961:3

Settings are the next: "config": { "pre-git": { "commit-msg": "validate-commit-msg", "pre-commit": [ "npm run lint", "npm run testonly" ] } }

pre-git has 3.8.3 version

kentcdodds commented 8 years ago

My guess is this is a pre-git issue. @bahmutov?

bahmutov commented 8 years ago

Oh my! we need to move this issue to bahmutov/pre-git somehow

kentcdodds commented 8 years ago

@deser, please file this issue here: https://github.com/bahmutov/pre-git/issues/new

deser commented 8 years ago

done

deser commented 8 years ago

Thanks guys