Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to commit #83

Open
deser opened this issue Apr 7, 2016 · 1 comment
Open

Error when trying to commit #83

deser opened this issue Apr 7, 2016 · 1 comment

Comments

@deser
Copy link

deser commented Apr 7, 2016

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

@bahmutov
Copy link
Owner

Could you switch from "commit-msg": "validate-commit-msg" to "commit-msg": "simple" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants