hh_client reports errors on package
问题 I am following the instruction in Getting started on official Hacklang website. As it says, I run: $ touch .hhconfig $ mkdir bin src tests $ cat > hh_autoload.json { "roots": [ "src/" ], "devRoots": [ "tests/" ], "devFailureHandler": "Facebook\\AutoloadMap\\HHClientFallbackHandler" } $ composer require hhvm/hsl hhvm/hhvm-autoload Then I run hh_client , which throws 74 errors like those: Typing[4110] You cannot use HH_FIXME or HH_IGNORE_ERROR comments to suppress error 4110 --> vendor/autoload