googleanalytics / autotrack

Automatic and enhanced Google Analytics tracking for common user interactions on the web.
Other
4.92k stars 564 forks source link

'autotrack' is not recognized as an internal or external command, operable program or batch file #209

Closed niaomingjian closed 7 years ago

niaomingjian commented 7 years ago

After installing autotrack via npm, I tried to run the autotrack command on the root directory of my project. I got the error:

> autotrack -h

'autotrack' is not recognized as an internal or external command, operable program or batch file.

How should I use the autotrack command? Where should I run this command to do custom build?

niaomingjian commented 7 years ago

Running node_modules\.bin\autotrack -h in the root of my project works on Windows 7. I know it's related to the usage of npm. Maybe I should refer to it. Anyway, it works now.