Trackflow question

Hi Tj/Alex, per instructions in the Github/trackflow project, I installed Node.js, generated the “Client” and “Secret Keys” and created the .env file. I then expanded the project’s .zip file & copied the .env file in the folder containing package.json. Upon running “npn run dev” (in that folder) I get the following response ..

tracker-test@0.1.0 dev
next dev --turbopack

‘next’ is not recognized as an internal or external command,
operable program or batch file.

Any ideas?

regards, Rich ..

Hey @richf,

I think you need to run npm install, which installs the project’s dependencies (including next). If that works I’ll update the documentation to include it.

TJ

Hi TJ,
The ‘npm install’ resolved the problem ..

thx again, Rich ..