Package Details: webstorm 2024.3-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: 181
Popularity: 0.097433
First Submitted: 2012-01-05 18:10 (UTC)
Last Updated: 2024-11-12 22:01 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Latest Comments

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

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.

richard-muvirimi commented on 2024-03-18 13:54 (UTC)

This works if you manually install the webstorm-jre package, the aur helpers do not ask to install the optional dependencies. Checked the PKGBUILD, may you kindly confirm if the location of optdepends is correct inside the package_webstorm function? The official docs seem to indicate it should be located not within a function https://wiki.archlinux.org/title/PKGBUILD

starquake commented on 2024-03-18 11:59 (UTC)

I think you have to install a JRE.

This is what it says for the dependencies for webstorm: java-runtime (...) (optional) – JRE - Required if webstorm-jre is not installed

richard-muvirimi commented on 2024-03-18 08:14 (UTC) (edited on 2024-03-18 13:48 (UTC) by richard-muvirimi)

A fresh install on a new system results in the following error on launch "No JRE found. Please make sure $WEBSTORM_JDK, $JDK_HOME, or $JAVA_HOME point to valid JRE installation."

37h4n commented on 2023-02-12 22:48 (UTC) (edited on 2023-05-21 20:24 (UTC) by 37h4n)

I modified the PKGBUILD to add aarch64 support for Asahi Linux users:

2023.1.2: https://bafybeieudv7j5kl24vvvftbri3snkyoujg7avecztvs34hns24plk3sdqq.ipfs.kubo.sudoer.ch/?filename=2023.1.2_1.PKGBUILD (backup link)

It would be nice to see aarch64 support make its way into the main package.