我的最终目标是使用Purescript的 Atom IDE 插件,这给了我错误:
无法启动 psc-ide-server 进程。检查配置的端口号是否有效。psc-ide-服务器错误
我刚刚使用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
andpsc-ide-client
吗?我在 purescript master 分支中看到了这些文件夹,并且发布文档提到它现在与编译器一起分发。我如何访问它?
在我的/usr/local/lib/node_modules/purescript/bin
,我看到psc-bundle,psc-docs,psc-publish,psc, psci
但没有psc-ide-server
和psc-ide-client