-
Notifications
You must be signed in to change notification settings - Fork 207
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
pre-commit script: doctoc.js could not be found #47
Comments
Huh, that's very odd. I'm guessing the problem is the fact that you're on windows maybe? There could be an issue with Would you be willing to do a little digging to figure out what's going on? It works fine on my machine. |
have had the same issue on windows. Sadly I have not been able to isolate the problem only been able to get it to work. edit: seems to work fine on arch linux as well. Have not found any apparent drawbacks yet |
Just bumped into this issue as well. And yes, I am on Windows too :) But I don't think it's problem of |
…cdodds#47) Co-authored-by: Kent C. Dodds <[email protected]>
kcd-scripts
version: 0.37.0because of the potential breaking change in 0.38, I decided not to upgrade
node
version: 0.8.4npm
version: 0.5.3windows
version: 10What you did:
While working on the PR for
cypress-testing-library
, I thought I'd enable the pre-commit hook. So I added the.opt-in
file and added thepre-commit
text to it. Then I did the git commit (both SourceTree and command line)What happened:
doctoc.js
does exist in the node_modules folder.The text was updated successfully, but these errors were encountered: