Search Criteria
Package Details: nodejs-http-server 14.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nodejs-http-server.git (read-only, click to copy) |
---|---|
Package Base: | nodejs-http-server |
Description: | A simple zero-configuration command-line http server |
Upstream URL: | https://github.com/http-party/http-server |
Licenses: | MIT |
Submitter: | badeball |
Maintainer: | ouuan |
Last Packager: | ouuan |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2014-07-23 10:39 (UTC) |
Last Updated: | 2023-01-22 14:16 (UTC) |
Dependencies (2)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs6-binAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod)
- npm (corepackerAUR, python-nodejs-wheelAUR, nodejs6-binAUR) (make)
Latest Comments
badeball commented on 2021-06-27 17:31 (UTC)
Thanks for the heads up, @ouuan. I've corrected the PKGBUILD.
ouuan commented on 2021-06-19 16:36 (UTC)
Please remove
--user root
and usechown -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.