Search Criteria
Package Details: elm-language-server 2.8.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/elm-language-server.git (read-only, click to copy) |
---|---|
Package Base: | elm-language-server |
Description: | Language server for Elm Language, utilizing the Language Server Protocol |
Upstream URL: | https://github.com/elm-tooling/elm-language-server |
Licenses: | MIT |
Submitter: | mdarocha |
Maintainer: | PerilousBooklet |
Last Packager: | PerilousBooklet |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-16 17:49 (UTC) |
Last Updated: | 2024-01-27 22:37 (UTC) |
Dependencies (5)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- elm-binAUR (optional) – required to work, if not installed with other means (like npm)
Latest Comments
PerilousBooklet commented on 2024-07-23 09:18 (UTC)
@kemelzaidan No worries.
kemelzaidan commented on 2024-07-22 14:23 (UTC)
@PerlousBooklet, really sorry. I found out that the problem was really on my nodejs installation. Thanks for the help and reply.
PerilousBooklet commented on 2024-07-21 13:32 (UTC)
@kemelzaidan I'm not encountering this error. It may have something to do with your node setup, your operating system, ecc.
kemelzaidan commented on 2024-07-18 19:48 (UTC)
Package is failing to build. First it complains about the lack of two libraries
libicui18n.so.73
andlibicuuc.so.73
. I don't know if there are relevant differences between them and newer versions, but symbolic linking them to the 75 version were able to pass through this point in the installation, until I hit this error:hing commented on 2022-12-07 06:21 (UTC) (edited on 2022-12-22 06:27 (UTC) by hing)
@dbrgn i hope the issue is solved, if not could you give me some more details?
dbrgn commented on 2022-08-19 07:49 (UTC) (edited on 2022-08-19 07:49 (UTC) by dbrgn)
An update would be welcome, since the current package conflicts with other packages because it uses the global node_modules directory.
<deleted-account> commented on 2021-05-02 14:17 (UTC)
Hey, thanks for maintaining this package!
Would you mind updating it not to use
--user root
? It can cause conflicts with other packages and isn't included in the guidelines on the Wiki: https://wiki.archlinux.org/title/Node.js_package_guidelinesSee here a couple of other packages who've made this change:
https://aur.archlinux.org/cgit/aur.git/commit/?h=yaml-language-server-bin&id=306912152e25b4e4ba7e25bf23e5e32fff4b9665
https://aur.archlinux.org/cgit/aur.git/commit/?h=purescript-language-server-bin&id=388b98482cfd476d25577aaa6f20c7bf11876b92
rustemb commented on 2021-03-08 20:53 (UTC)
can you remove
elm-bin
from deps? or add it to optional andelm-platform-bin
too