Package Details: elm-language-server 2.8.0-1

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)

Required by (0)

Sources (1)

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 and libicuuc.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:

 Starting package()...
node: symbol lookup error: node: undefined symbol: _ZN6icu_738ByteSink15GetAppendBufferEiiPciPi
==> ERROR: A failure occurred in package().
    Aborting...

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_guidelines

See here a couple of other packages who've made this change:

rustemb commented on 2021-03-08 20:53 (UTC)

can you remove elm-bin from deps? or add it to optional and elm-platform-bin too