Search Criteria
Package Details: nodejs-browser-sync 2.29.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nodejs-browser-sync.git (read-only, click to copy) |
|---|---|
| Package Base: | nodejs-browser-sync |
| Description: | Live CSS Reload & Browser Syncing |
| Upstream URL: | https://www.browsersync.io/ |
| Keywords: | css html javascript livereload nodejs sync |
| Licenses: | Apache |
| Submitter: | ivanruvalcaba |
| Maintainer: | None |
| Last Packager: | ebiadsu |
| Votes: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-12-21 15:32 (UTC) |
| Last Updated: | 2023-05-18 05:21 (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, corepackerAUR, npm-corepackAUR) (make)
Latest Comments
mithrial commented on 2022-03-17 09:30 (UTC)
The building process needs
jq, could you please add it to themakedependsarray?ebiadsu commented on 2021-12-18 18:01 (UTC)
@flying-sheep I removed the line because it seems not to be necessary anymore since npm-7.4.0 (e.g. when https://github.com/npm/cli/issues/1103 was fixed). However I do not understand what you mean with it installs the "root" package.
flying-sheep commented on 2021-12-18 13:13 (UTC)
There’s a bug in the PKGBUILD:
--user rootinstalls the “root” package.Instead you have to do
chown -R root:root "$pkgdir/"*