-
Notifications
You must be signed in to change notification settings - Fork 560
Closed

Description
when i run commitizen init cz-conventional-changelog --save --save-exact
i get this output
Attempting to initialize using the npm package cz-conventional-changelog
********
WARNING: You are using czConfig in your package.json. czConfig will be deprecated in Commitizen 3.
Please use this instead:
{
"config": {
"commitizen": {
"path": "./path/to/adapter"
}
}
}
For more information, see: http://commitizen.github.io/cz-cli/
********
npm WARN install Couldn't install optional dependency: Unsupported
[email protected] /home/oussama/Desktop/IContribute
└─┬ [email protected]
└── [email protected]
the message say, Please use this instead
but the suggested config is the same in package.json, also what is the optional dependency?