Search Criteria
Package Details: nodejs-neovim 5.4.0-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: | iAndrewT |
| Last Packager: | iAndrewT |
| Votes: | 20 |
| Popularity: | 0.012358 |
| First Submitted: | 2018-05-27 16:42 (UTC) |
| Last Updated: | 2025-09-07 00:14 (UTC) |
Dependencies (3)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Latest Comments
Yonsy commented on 2025-09-06 23:35 (UTC)
outdated, updated PKGBUILD for 5.4.0
Yonsy commented on 2025-04-03 22:45 (UTC)
updated PKGBUILD for 5.3.0
ouuan commented on 2021-06-19 12:57 (UTC)
Please remove
--user rootand addchown -R root:root "${pkgdir}"instead. Since npm 7, the--useroption is no longer available.--user rootnot only doesn't fix the permission problem, but also installs the package named "root", which conflicts with other packages that also have the--user rootoption.