07-28-2021 11:32
07-28-2021 11:32
npx fitbit-build works fine, but
npx fitbit-install or npx fitbit-install@latest doesn't
What was missed in the setup and why does it give a
npm ERR! 404 Not Found - GET https://registry.npmjs.org/fitbit-install - Not found
Trying to test version SDK 4.2 pending fix to SDK 4.3
Author | ch, passion for improvement.
07-29-2021 03:13
07-29-2021 03:13
It's ok, there is no fitbit-install command.
Use this command to launch the interactive shell:
npx fitbit
Then you can build and install using:
bi
If you checkout the CLI guide, it has the full instructions for working with the CLI. https://dev.fitbit.com/build/guides/command-line-interface/
07-29-2021 22:20
07-29-2021 22:20
Hi Jon,
Something is not working, started from scratch again, to record the steps.
then followed video in the documentation
tried npx fitbit [doesn't work, says can't find cli.js]
what step is missing or wrong?
Author | ch, passion for improvement.