Can't open webstorm after installation plugins for 2019.2.

I've download and update webstorm version (2019.2), used old setting, download old plugins and tried to restart the app.

Now the app doesn't start.

If I try to run in terminal, it says: 

LSOpenURLsWithRole() failed with error -10810 for the file /Applications/WebStorm.app.

0
2 comments

Please try removing the plugins

rm -rf "~/Library/Application Support/WebStorm2019.2"

does it help? If not, I'd suggest deleting configuration and caches as well:

rm -rf "~/Library/Preferences/WebStorm2019.2"
rm -rf "~/Library/Caches/WebStorm2019.2"
rm -rf "~/Library/Logs/WebStorm2019.2"
0

Didn't wait for your answer.
Deleted all files accept:

WebStorm2019.1,
com.jetbrains.Webstorm.plist,
jetbrain.webstorm.***.plist
com.jetbrains.WebStrom.savedState
com.jetbrains.Webstorm

Have lost::
- pluggins,
- life templates,
- theme configurations
- keymaps

0

Please sign in to leave a comment.