Search Criteria
Package Details: nodejs-browser-sync 2.29.0-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: | ebiadsu |
Last Packager: | ebiadsu |
Votes: | 5 |
Popularity: | 0.62 |
First Submitted: | 2016-12-21 15:32 (UTC) |
Last Updated: | 2023-03-16 20:33 (UTC) |
Dependencies (3)
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, nodejs-lts-fermium, nodejs-lts-gallium, nodejs-lts-hydrogen)
- jq (jq-git) (make)
- npm (nodejs6-bin, nodejs-nightly) (make)
Latest Comments
mithrial commented on 2022-03-17 09:30 (UTC)
The building process needs
jq
, could you please add it to themakedepends
array?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 root
installs the “root” package.Instead you have to do
chown -R root:root "$pkgdir/"*