Search Criteria
Package Details: nodejs-svelte-language-server 0.15.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nodejs-svelte-language-server.git (read-only, click to copy) |
---|---|
Package Base: | nodejs-svelte-language-server |
Description: | A language server for Svelte. |
Upstream URL: | https://github.com/sveltejs/language-tools/tree/master/packages/language-server |
Licenses: | MIT |
Submitter: | aragon123 |
Maintainer: | aragon123 |
Last Packager: | aragon123 |
Votes: | 1 |
Popularity: | 0.002441 |
First Submitted: | 2020-12-17 17:03 (UTC) |
Last Updated: | 2023-01-25 15:45 (UTC) |
Latest Comments
aragon123 commented on 2021-06-24 10:30 (UTC)
Thanks ouuan :-) Updated the package.
ouuan commented on 2021-06-24 10:22 (UTC)
Please remove
--user root
. Since npm 7, the--user
option is no longer available.--user root
not only doesn't fix the permission problem, but also installs the package called "root", which conflicts with other packages that also have the--user root
option.