Closed niaomingjian closed 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
> 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?
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.
node_modules\.bin\autotrack -h
npm
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
How should I use the autotrack command? Where should I run this command to do custom build?