Assuming Cupcake and Conan are installed, running:
cupcake new
cupcake build
yields:
ERROR: Profile not found: default
...
subprocess.CalledProcessError: Command '['conan', 'profile', 'path', 'default']' returned non-zero exit status 1.
Is this a dev environment thing? Or does the profile live in the repo?
Is it possible for cupcake new to initialize the default Conan profile (assuming it is in the repo)?
Assuming Cupcake and Conan are installed, running:
yields:
Is this a dev environment thing? Or does the profile live in the repo?
Is it possible for
cupcake newto initialize the default Conan profile (assuming it is in the repo)?