我在
Windows 8上运行最新版本的Yesod和Haskell平台.
我用yesod init创建了一个新的scaffold项目,然后在项目目录中执行了以下命令:
cabal install yesod devel
Yesod devel回应
Devel application launched: http://localhost:3000
但是,当我使用Chrome转到localhost:3000时,会出现以下错误:
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.
Oops! Google Chrome could not connect to localhost:3010
任何想法为什么会这样,我可以做些什么来解决它?