### General summary/comments (optional) Stack produces a docker-related error when trying to create a new project ```bash ❯ stack new lol Cannot determine project root directory for Docker sandbox. ``` ### Steps to reproduce 1. Configure `config.yaml to explicitly disable Docker: ```yaml docker: enable: false ``` 2. Run `stack new <name>` 3. Weep. ### Stack version ``` ❯ Version 2.1.1, Git revision f612ea85316bbc327a64e4ad8d9f0b150dc12d4b (7648 commits) x86_64 hpack-0.31.2 ``` ### Method of installation * `stack upgrade` from the latest version ### How to resolve this 1. Removing ~/.stack and /usr/local/bin/stack 2. Reinstall Stack ### Does it solve it entirely? No. It comes back after a while.