question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

using node 0.10.36 commitizen is broken

See original GitHub issue

When im using node 0.10.36, I cant use commitizen. I get the following error:

`git-cz

/sw/git-repo/apps/haakon-env/repos/translations/node_modules/commitizen/dist/commitizen/adapter.js:173 var parsed = _path2.default.parse(inboundAdapterPath); ^ TypeError: Object #<Object> has no method ‘parse’ at resolveAdapterPath (/sw/git-repo/apps/haakon-env/repos/translations/node_modules/commitizen/dist/commitizen/adapter.js:173:31) at gitCz (/sw/git-repo/apps/haakon-env/repos/translations/node_modules/commitizen/dist/cli/strategies/git-cz.js:77:35) at Object.bootstrap (/sw/git-repo/apps/haakon-env/repos/translations/node_modules/commitizen/dist/cli/git-cz.js:31:27) at Object.<anonymous> (/sw/git-repo/apps/haakon-env/repos/translations/node_modules/commitizen/bin/git-cz.js:2:34) at Module._compile (module.js:456:26) at Object.Module._extensions…js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17)

npm ERR! Darwin 14.5.0 npm ERR! argv “node” “/Users/jesseoconnor/.nvm/v0.10.36/bin/npm” “run” “commit” npm ERR! node v0.10.36 npm ERR! npm v2.14.18 npm ERR! code ELIFECYCLE npm ERR! @meltwater/translations@0.0.0-semantically-released commit: git-cz npm ERR! Exit status 8 npm ERR! npm ERR! Failed at the @meltwater/translations@0.0.0-semantically-released commit script ‘git-cz’. npm ERR! This is most likely a problem with the @meltwater/translations package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! git-cz npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs @meltwater/translations npm ERR! Or if that isn’t available, you can get their info via: npm ERR! npm ERR! npm owner ls @meltwater/translations npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /sw/git-repo/apps/haakon-env/repos/translations/npm-debug.log Jesses-MacBook-Pro:translations jesseoconnor$ npm --version 2.14.18 Jesses-MacBook-Pro:translations jesseoconnor$ node --version v0.10.36`

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
jimthedevcommented, May 17, 2016

@LinusU Added you to the team + npm. I think if you sign into Appveyor with your github account then you should also have admin access there for windows tests.

1reaction
LinusUcommented, May 14, 2016

@jimthedev We should probably add the engines and engineStrict fields to package.json so that it wont install on 0.10

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support for amend (`--amend`) · Issue #182 · commitizen/cz-cli
When running git cz --amend I do not get the commitizen prompt, but instead the normal git ... using node 0.10.36 commitizen is...
Read more >
commitizen - npm
Start using commitizen in your project by running `npm i commitizen`. There are 670 other projects in the npm registry using commitizen.
Read more >
Integrate Commitizen with your node.js project
First of all, we need to install dependencies in the project. npx commitizen init cz-conventional-changelog --save-dev --save-exact.
Read more >
ubuntu commitizen安装配置、CHANGELOG自动生成
Ubuntu 18.04环境配置与commitizen安装. commitizen可以用来自动生成Angular规范的commit语句,其安装流程如下:. 安装nodejs和npm:
Read more >
Commitizen - GitHub Pages
Commitizen is currently tested against Node.js 12, 14, & 16, ... If you're not working in a Commitizen-friendly repository, then git cz will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found