d2x icon indicating copy to clipboard operation
d2x copied to clipboard

tutorial.md - running 'cci flow run dev_org' throws Telemetry error

Open beAGoodQE opened this issue 10 months ago • 0 comments

I'm creating my first scratch org in the Codespaces environment, per the tutorial. When I run cci flow run dev_org I receive the following error:

[10/26/23 19:39:28] Exception in task deploy_unmanaged.snapshot_changes                                                                                                                                  

Error: Command exited with return code 1:
(node:75091) Warning: Deprecated environment variable: SFDX_DISABLE_TELEMETRY. Please use SF_DISABLE_TELEMETRY instead.
(Use `node --trace-warnings ...` to show where the warning was created)
Warning: The "force source tracking reset" command has been deprecated. Use "project reset tracking" instead.
Warning: The "-u" flag has been deprecated. Use "--target-org | -o" instead.
Error (1): The path "force-app", specified in sfdx-project.json, does not exist. Be sure this directory is included in your project root.

beAGoodQE avatar Oct 26 '23 19:10 beAGoodQE