-
Notifications
You must be signed in to change notification settings - Fork 84
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
wrong path on windows #84
Comments
+1 |
Thanks for pointing out. Seems like the mkdir recursive option doesn't work on Windows. So I switched to shell.js. Make sure to update to |
@kriskbx thanks!!! from the docs the path should be slightly different on windows: https://github.com/kriskbx/gitlab-time-tracker/blob/master/documentation.md#i-configuration |
You're right. The docs are out of date and I will fix that soon. |
The path seems not to be created correctly.
Error: ENOENT: no such file or directory, mkdir 'C:\Users\USERACC.local\share.gtt'
The text was updated successfully, but these errors were encountered: