RSS Amplifier

Sridhar Raj Sampath Kumar · Jun 11, 2020

How to fix /Users/WebStormWebStorm.app does not exist in Mac

0
Sign in to vote or save

sridhar.co

June 12, 2020

I use Jetbrain's Toolbox to manage my Webstorm, AndroidStudio installations. Recently, when launching webstorm from terminal, I ran into The file /Users/sridharrajs/Library/Application Support/JetBrains/Toolbox/apps/WebStorm/ch-0/201.7223.93/WebStorm.app does not exist. I started to see this error after updating WebStorm via Toolbox.

To fix this, we need to correct the RUN_PATH

1.Find your executable location.

> which webstorm

For me, it was /usr/local/bin/webstorm.

2. Find the webstorm.app in your Mac. For me, it was in /Users/sridharrajs/Applications/JetBrains Toolbox/WebStorm.app

3. Fix the broken RUN_PATH path. Open /usr/local/bin/webstorm in a text editor and replace the old run path with the current location of webstorm.

Before

setWindowSurfaceColorBuffer and flushwindowsurfacecolorbuffer


After

setWindowSurfaceColorBuffer and flushwindowsurfacecolorbuffer

4. Save and Exit.

Read the original on sridhar.co

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.