0

Nuclideはエラー チェックをサポートしていると思われますが、設定方法がわかりません。

  • Atom を新規インストールしました
  • 経由でNuclideをインストールしましたapm install nuclide-installer
  • hh_clientコマンドラインでプロジェクトディレクトリから実行して、Hackが正しくインストールされていることを確認しましたが、エラーが報告されます
  • プロジェクトのルートにが.hhconfigありますが、空です (中に何を入れるかわかりません)
  • ウォッチマンがインストールされています

IDE にエラーは表示されません (スクリーンショットを参照)。他にやらなければならないことはありますか?

スクリーンショットをハックする

$ atom --version
1.0.11
$ hh_client
hacktest.php:4:10,21: Invalid return type (Typing[4110])
  hacktest.php:3:22,24: This is an int
  hacktest.php:4:10,21: It is incompatible with a string
hacktest.php:9:1,0: Expected ; (Parsing[1002])
$ watchman --version
3.7.0
$ stat .hhconfig
  File: ‘.hhconfig’
  Size: 0           Blocks: 16         IO Block: 4096   regular empty file
4

1 に答える 1

1

I suspect that's an installer issue (we had experienced a similar incident), so the hack package isn't properly installed/activated. Could you try building Nuclide from source and see it that fixes the issue for you: https://github.com/facebook/nuclide#building-from-source

于 2015-09-17T19:46:39.813 に答える