Search Criteria
Package Details: nodejs-less 4.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nodejs-less.git (read-only, click to copy) |
---|---|
Package Base: | nodejs-less |
Description: | A standalone compiler for the LESS CSS language. |
Upstream URL: | http://lesscss.org/ |
Licenses: | Apache-2.0 |
Conflicts: | lessc |
Provides: | lessc |
Replaces: | lessc |
Submitter: | mtorromeo |
Maintainer: | cgirard |
Last Packager: | cgirard |
Votes: | 4 |
Popularity: | 0.000035 |
First Submitted: | 2020-12-16 10:46 (UTC) |
Last Updated: | 2024-02-21 09:24 (UTC) |
Dependencies (2)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Required by (7)
- gogs-git (make)
- nodejs-less-plugin-autoprefix
- nodejs-less-plugin-clean-css
- pineapple (requires lessc) (make)
- roundcubemail-skin-chameleon (make)
- writefreely (make)
- writefreely-git (make)
Latest Comments
clarfonthey commented on 2021-12-12 00:41 (UTC)
Running this as the user nobody fails since it tries to put the cache folder in
/root
, which fails.Personally I use this patch which fixes that problem:
Not sure if you'd like to handle it this way, but it seems simple enough it might be worth adding.
christoph.gysin commented on 2021-03-23 20:49 (UTC)
Please remove
--user root
to avoid installing theroot
npm module