Closed maggo closed 8 years ago
Same issue here on Webstorm 2016.2 (Linux mint 18)
this broke in 1.0.1 or 1.0.2 on IntelliJ. My earlier install did not crash, though it didn't seem to use my yml settings
broke in 1.0.2 - manually installing 1.0.1 prevents the path problem
@idok @dmnplb any ideas how to fix this ?
Seems like when the path to node interpreter is empty it makes the plugin crash. Something bugs me out though here. The plugins tries to get the version if validator has errors and that can't success because if path to node interpreter is empty validator will fail but get the version nonetheless and make the plugin crash since path to node interpreter is mandatory for the getVersion
function to work.
Since i don't know how to setup properly my environment to debug things myself, i need someone to test out what happens if you put a !
in that condition. Or if someone can explain how dependencies for plugin works, how to import them into my IntelliJ Community Edition as the builder throws me that the com.wix.nodejs
package is missing.
Plugin crashes at startup, PHPStorm version 2016.2 EAP