commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.73k stars 551 forks source link

Installing commitizen failed globally and locally #747

Closed abdelrazzaq-dev closed 4 years ago

abdelrazzaq-dev commented 4 years ago

When I'm trying to install commitizen I get this error:

λ npx commitizen init cz-conventional-changelog --save-dev --save-exact npm ERR! Unexpected end of JSON input while parsing near '...brbIJWQRPuenQhOJe/KJO'

dmwelch commented 4 years ago

Did you run npm install -g commitizen?

abdelrazzaq-dev commented 4 years ago

I had to clear the npm cache, and then the installation did work fine, I think that was the problem.