-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual installation of language-purescript & atom-ide-ui necessary #194
Comments
So you visited a PureScript file, and nothing much happened, then you tried to start the IDE server yourself? Or this happened when the plugin tried to start it for you? I don't think installation of package deps in this package has changed for a very long time, but it's possible something else in the ecosystem has which has broken this. |
Correct, nothing happened when I visited a PS file, and the error popped when I attempted to start the server explicitly from the package menu. |
+1 |
Upon attempting to "build": TypeError: Cannot read property 'executeCommand' of null at exports.executeCommandImpl (/Users/jovonnipharr/.atom/packages/ide-purescript/lib/main.js:6187:23) at /Users/jovonnipharr/.atom/packages/ide-purescript/lib/main.js:1143:18 at /Users/jovonnipharr/.atom/packages/ide-purescript/lib/main.js:3464:18 at /Users/jovonnipharr/.atom/packages/ide-purescript/lib/main.js:3381:19 at /Users/jovonnipharr/.atom/packages/ide-purescript/lib/main.js:3428:22 at /Users/jovonnipharr/.atom/packages/ide-purescript/lib/main.js:1052:18 at /Users/jovonnipharr/.atom/packages/ide-purescript/lib/main.js:1052:22 at /Users/jovonnipharr/.atom/packages/ide-purescript/lib/main.js:1121:19 at |
had to switch to the "Language Purescript" package :( |
Having the same issue here! TypeError: Cannot read property 'executeCommand' of null at exports.executeCommandImpl (/Users/hugosum/.atom/packages/ide-purescript/lib/main.js:6187:23) at /Users/hugosum/.atom/packages/ide-purescript/lib/main.js:1143:18 at /Users/hugosum/.atom/packages/ide-purescript/lib/main.js:3464:18 at |
The README says that these plugins will be installed automatically upon opening the first purescript file, but I found I had to install them manually. Until I did so, I got
TypeError: Cannot read property 'executeCommand' of null
errors upon trying to start the IDE server.The text was updated successfully, but these errors were encountered: