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: | 10 |
| Popularity: | 0.004725 |
| First Submitted: | 2014-07-23 10:39 (UTC) |
| Last Updated: | 2023-01-22 14:16 (UTC) |
Dependencies (2)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- npm (python-nodejs-wheelAUR, corepackerAUR, npm-corepackAUR) (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 rootand usechown -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 called "root", which conflicts with other packages that also have the--user rootoption.