yesod init command does not work on Windows
问题 I did the following steps to install the Yesod web framework. mkdir mypackage cd mypackage cabal update cabal sandbox init cabal install yesod-platform yesod-bin --max-backjumps=-1 --reorder-goals When I then tried to do yesod init , I got an error message. 'yesod' is not recognized as an internal or external command, operable program or batch file. I used search to find any yesod-like file but I couldn't find any yesod.exe or anything like that. I have searched the entire C: drive. What