Package Details: webstorm 2025.1.1-1

Git Clone URL: https://aur.archlinux.org/webstorm.git (read-only, click to copy)
Package Base: webstorm
Description: JavaScript IDE and HTML editor
Upstream URL: https://www.jetbrains.com/webstorm/
Licenses: custom:jetbrains
Submitter: Testuser_01
Maintainer: freswa
Last Packager: freswa
Votes: 182
Popularity: 0.46
First Submitted: 2012-01-05 18:10 (UTC)
Last Updated: 2025-05-08 09:20 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

lisniper commented on 2025-05-17 08:17 (UTC)

For those installing webstorm for the first time, and don't have a previous config. Run /opt/webstorm/bin/webstorm.sh, once at the "Welcome to Webstorm" page that asks about creating your first project, do Ctrl + Shift + A and type "Choose Boot Java Runtime for the IDE". Select "New" and click the newest version, then click Ok. Now you can launch webstorm normally using /opt/webstorm/bin/webstorm or via the .desktop file

if do like this .it will distroy the lightdm.

after i do this.. i can not login.. buy other tty works...

i will modify some file .i am not sure!

Larvey commented on 2024-12-02 15:26 (UTC)

For those installing webstorm for the first time, and don't have a previous config. Run /opt/webstorm/bin/webstorm.sh, once at the "Welcome to Webstorm" page that asks about creating your first project, do Ctrl + Shift + A and type "Choose Boot Java Runtime for the IDE". Select "New" and click the newest version, then click Ok. Now you can launch webstorm normally using /opt/webstorm/bin/webstorm or via the .desktop file.

Source: https://youtrack.jetbrains.com/articles/SUPPORT-A-430/Cant-start-IDE-Runtime-not-found-Arch-Linux

RoiArthurB commented on 2024-11-27 02:57 (UTC)

@ggping @jaapcrezee I just find out the issue !

For some reason, the config folder is not created for the new Webstorm version, so the simple fix is to just duplicate the Webstorm config from 2024.2 to 2024.3 (here's a one-line command to do so : cp -r ~/.config/JetBrains/WebStorm2024.2 ~/.config/JetBrains/WebStorm2024.23 )

Now everything works just fine with the latest version :D

RoiArthurB commented on 2024-11-27 02:52 (UTC)

@ggping it doesn't help on my side :/ I did re-install the previous version and work with it 🤷

ggping commented on 2024-11-25 10:07 (UTC)

@RoiArthurB @jaapcrezee I manually installed a Java RE (i.e., pacman -S java-runtime) and it seemed to work; not sure why this is necessary.

RoiArthurB commented on 2024-11-15 15:10 (UTC)

I'm having the exact same issue as @jaapcrezee :/

jaapcrezee commented on 2024-11-14 21:28 (UTC)

2024.3-1 gives me

Cannot find a runtime

Caused by: Runtime not found

Please try to reinstall the IDE. For support, please refer to https://jb.gg/ide/critical-startup-errors

When starting /opt/webstorm/bin/webstorm

nnra commented on 2024-10-07 10:44 (UTC)

If anybody has issues with webstorm not launching, just change this desktop entry line(usually located at /usr/share/applications/jetbrains-webstorm.desktop) from: Exec="/opt/webstorm/bin/webstorm" %f to: Exec="/opt/webstorm/bin/webstorm.sh" %f No clue why it works, it just does.

hdm9527 commented on 2024-08-22 15:51 (UTC) (edited on 2024-08-22 15:57 (UTC) by hdm9527)

Hi, download-cf.jetbrains.com is slow in China, using download.jetbrains.com will redirect to the fastest node. test result. Can be changed in the next update.

Edit: The download links for datagrip and jbr are also download-cf.jetbrains.com.

gwen commented on 2024-05-11 11:59 (UTC)

webstorm needs npm (not pnpm or yarn or whatever) to install some packages it uses internally, and certain features (e.g. svelte language server) silently break when npm can not be found on the system.

I think npm should be added as a dependency, at the very least an optional one.