You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, first off thanks for creating this great tool!
I prefer a per-project installation of devDependencies so I'm also installing commitizen locally. The problem is I'm using Yarn as package manager, but when I run ./node_modules/.bin/commitizen init cz-conventional-changelog --save-dev --save-exact, commitizen seemed to use npm install to install its packages, and node_modules just messed up.
So is there an option to run commitizen init with yarn?
The text was updated successfully, but these errors were encountered:
Hi team, first off thanks for creating this great tool!
I prefer a per-project installation of devDependencies so I'm also installing commitizen locally. The problem is I'm using Yarn as package manager, but when I run
./node_modules/.bin/commitizen init cz-conventional-changelog --save-dev --save-exact
, commitizen seemed to usenpm install
to install its packages, andnode_modules
just messed up.So is there an option to run
commitizen init
withyarn
?The text was updated successfully, but these errors were encountered: