Search Criteria
Package Details: nodejs-neovim 5.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nodejs-neovim.git (read-only, click to copy) |
---|---|
Package Base: | nodejs-neovim |
Description: | Nvim Node.js client and plugin host |
Upstream URL: | https://github.com/neovim/node-client |
Licenses: | MIT |
Submitter: | tjquillan |
Maintainer: | tjquillan |
Last Packager: | tjquillan |
Votes: | 19 |
Popularity: | 0.23 |
First Submitted: | 2018-05-27 16:42 (UTC) |
Last Updated: | 2024-09-21 17:26 (UTC) |
Dependencies (3)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- jq (jq-gitAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Latest Comments
ouuan commented on 2021-06-19 12:57 (UTC)
Please remove
--user root
and addchown -R root:root "${pkgdir}"
instead. 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 named "root", which conflicts with other packages that also have the--user root
option.