Stack version: 3.9.1
I ran
stack new --snapshot lts.24.26 blah
Note that the first . should have been a -. It quietly created a new Stack project without a stack.yaml. After going inside and running stack build, it gave the standard "Perhaps you need to run stack init?" error.
Not sure what the desired behavior is here but it probably shouldn't be that.