JoshLankford / WakaTimeCLI

See your WakaTime report directly in the terminal
42 stars 10 forks source link

Wrong .wakafile location when on different Drive letter than C #3

Closed mabasic closed 4 years ago

mabasic commented 9 years ago

On Windows i was located in F: and then i ran wakatime -api my-api-key and I got this:

Error: ENOENT, open 'F:\Users\Mario\.wakafile'

When i changed my location to C: everything worked.

Maybe you can store .wakafile somewhere else to avoid this issue.