-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "path" argument must be of type string. Received type undefined #734
Comments
same here.. can you guys please at least try for yourself and see if it's working before releasing a new version.. |
Really sorry about this, I definitively need to work on some things in order for this not to happen again:
I have a fix up at #735 which I'll merge as soon as the CI is green, which should be in a few minutes. Again, sorry for the trouble this is causing! A small follow up on why I didn't catch this when testing locally:
The simple fix for this is to I really want to set up a test bench so that this can be done automatically. I know how to test it properly now, but it's very easy to miss, and it will be hard for new contributors to know. I hope that this gives some understanding to how the broken build made it's way out, and what we are doing to fix this in the future. So to recap, this is how to properly test it locally right now:
|
Released the fix as 4.1.2, I have also tested this version from npm and it works for me Please let me know if there are any more troubles, and sorry for the broken builds! |
Issue description
Hi,
I am having a problem in running the package with the latest fix release of 4.1.1. I receive
The "path" argument must be of type string. Received type undefined
error whenever I try to run the package. I am using yarn as a package managerSteps to reproduce the issue
yarn git-cz
What's the expected result?
What's the actual result?
The "path" argument must be of type string. Received type undefined
(Image below)The text was updated successfully, but these errors were encountered: