JoshLankford / WakaTimeCLI

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

This npm package shadows the official wakatime CLI #18

Open Gravifer opened 3 years ago

Gravifer commented 3 years ago

I had this commandline dashboard package installed, however it uses the wakatime command and shadows the official cli for logging. Since I am trying to develop a plug in, I would like to have this package uninstalled, however npm uninstall wakatimecli does not do the trick.

alanhamlett commented 8 months ago

The vim-wakatime plugin now detects npm and node in the wakatime-cli binary path to prevent using this library accidentally in place of wakatime-cli after:

https://github.com/wakatime/vim-wakatime/issues/171