3

私の最終目標は、 Purescript用の Atom IDE プラグインを使用することで、エラーが発生します。

psc-ide-server プロセスを開始できませんでした。構成されたポート番号が有効であることを確認してください。psc-ide-server エラー

を使用して Purescript 0.8.2 をインストールしましnpmた。

npm install -g purescript
...
purescript@0.8.2 postinstall /usr/local/lib/node_modules/purescript

  ✔ psc pre-build test passed successfully
  ✔ psc-bundle pre-build test passed successfully
  ✔ psc-docs pre-build test passed successfully
  ✔ psc-publish pre-build test passed successfully
  ✔ psci pre-build test passed successfully

psc-ide-serverとが必要psc-ide-clientですか? これらのフォルダーは purescript マスター ブランチにあり、リリース ドキュメントには、現在コンパイラと共に配布されていることが記載されています。どうすればアクセスできますか?

私の/usr/local/lib/node_modules/purescript/bin中で、私は見るpsc-bundle,psc-docs,psc-publish,psc, psciが、いいえpsc-ide-serverpsc-ide-client

4

1 に答える 1

2

The binaries are missing from the npm distribution for this release. You can get them with the release bundle from GitHub.

https://github.com/purescript/purescript/releases

If you put them in your path, ide-purescript should start working.

于 2016-03-14T08:59:07.237 に答える