WebStorm 8 EAP do not start after update

0

I have update WebStorm 8 EAP today and the program is totally inactive after that. Do not start, do not show splash screen

Pavel Binar

Posted 2014-03-05T21:50:18.280

Reputation: 285

Visit this thread.

– Anton Dozortsev – 2014-03-06T19:02:26.953

Answers

2

Try reinstalling from scratch:

  1. Delete WebStorm from /Applications/
  2. Remove all the configs and related settings by running the following commands:

    rm -rf "$HOME/Library/Preferences/WebStorm8"
    rm -rf "$HOME/Library/Caches/WebStorm8"
    rm -rf "$HOME/Library/Application Support/WebStorm8"
    rm -rf "$HOME/Library/Logs/WebStorm8"
    

lena

Posted 2014-03-05T21:50:18.280

Reputation: 1 026

Hi, yes It helped. For moment. I have delete the folders, install WebStorm 8 EAP, import previous setup from WebStorm 7, launch, open few previous projects - everything works fine. Install Node.js source code visa settings dialog. – Pavel Binar – 2014-03-07T14:23:12.380

And since than I am unable to launch the program again. – Pavel Binar – 2014-03-07T14:25:20.717

not sure I've got what you mean... Is everything working fine now? what's wrong with Node.js sources (if anything is wrong)? – lena – 2014-03-07T14:27:20.693

I am unable to start program again - it do not respond at all. And I was describing what I did from the point of deleting the folders to to point unable to launch the app. – Pavel Binar – 2014-03-07T14:29:26.183

do you mean that it failes to start after configuring Node sources? it's strange. I'd suggest creating a support ticket – lena – 2014-03-07T14:29:29.887

Well, I do not know if that is related but it was the last thing I did. Yes, the ticket might be good idea. – Pavel Binar – 2014-03-07T14:31:04.283

I think the issue is related with import of previous version settings. It stop responding after the new install with previous setting import and closing the application. Than I install it without settings import and works fine now. – Pavel Binar – 2014-03-07T14:38:55.343

it's fine. But I still suggest creating a ticket. BTW, how do you import them? Via File/Import settings, or? – lena – 2014-03-07T14:49:43.757