Search Criteria
Package Details: nodejs-cmake-js 7.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nodejs-cmake-js.git (read-only, click to copy) |
---|---|
Package Base: | nodejs-cmake-js |
Description: | CMake.js - a Node.js native addon build tool |
Upstream URL: | https://github.com/cmake-js/cmake-js |
Licenses: | MIT |
Submitter: | xantares |
Maintainer: | munsternet |
Last Packager: | munsternet |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-14 07:08 (UTC) |
Last Updated: | 2024-04-26 08:17 (UTC) |
Dependencies (3)
- cmake (cmake-gitAUR)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Required by (1)
- trackaudio-git (make)
Latest Comments
arenevier commented on 2024-01-09 22:57 (UTC)
Actually, there is even a newer version on npmjs: 7.2.0, published last year. I was able to build the package correctly by just bumping the version number and updating the sha256sum in PKGBUILD
ouuan commented on 2021-06-19 13:17 (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 called "root", which conflicts with other packages that also have the--user root
option.