Search Criteria
Package Details: parcel-bundler 2.8.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/parcel-bundler.git (read-only, click to copy) |
|---|---|
| Package Base: | parcel-bundler |
| Description: | Zero configuration build tool for the web. |
| Upstream URL: | https://parceljs.org/ |
| Keywords: | bundle js node nodejs npm sass yarn |
| Licenses: | MIT |
| Submitter: | simon04 |
| Maintainer: | horosgrisa |
| Last Packager: | Scrumplex |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-02-01 22:55 (UTC) |
| Last Updated: | 2023-01-18 20:38 (UTC) |
Dependencies (2)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
Required by (1)
- cutie-tanks-git (make)
Latest Comments
simon04 commented on 2018-04-03 19:55 (UTC)
1.7.0-3: fix permissions (again), install license file, clean reference to
$pkgdirinpackage.json(_whereattribute).Marcel_K commented on 2018-04-03 19:37 (UTC)
Thanks for the fix, only the permissions should be 755, not 775. Now pacman still complains during installation.
And now I'm writing: all instances of
$srcdirand$pkgdir(and all derivatives like$_npmdir) should be surrounded with double quotes, to allow for spaces in directory names.simon04 commented on 2018-04-03 18:36 (UTC)
@Marcel_K: Thanks.
find -perm -o+w -exec chmod o-w "{}" "+"should address ofnamcap's warnings concerning permissions.Marcel_K commented on 2018-04-01 19:09 (UTC)
Yes, but there are several packages with this issue and they set the permissions to a sane state using chmod.
simon04 commented on 2018-04-01 18:16 (UTC)
@Marcel_K: Confirmed. All scripts get the 777 permission. This package follows the npm/nodejs packaging guidelines and basically runs
npm install -g. Interesting also packages like community/eslint or community/prettier are affected by the same issue.Marcel_K commented on 2018-03-30 10:41 (UTC)
I get a lot of messages about files/directories having a permission of 777 in this package. Please set those to 755, as there's no need for those files/directories to be world-writable.