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
Currently if you are using yarn pnp with this package, you will (understandably) get this error message:
Attempting to initialize using the npm package cz-conventional-changelog
Error: Could not locate node_modules in your project's root directory. Did you forget to npm init or npm install?
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
Currently if you are using yarn pnp with this package, you will (understandably) get this error message:
This is after installing commitizen locally via:
and then running to following init command:
This is because
yarn pnp
does not use node_modules folder to install it's packages.The text was updated successfully, but these errors were encountered: