Search Criteria
Package Details: nodejs-tldr 3.3.2-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nodejs-tldr.git (read-only, click to copy) |
|---|---|
| Package Base: | nodejs-tldr |
| Description: | Simplified and community-driven man pages |
| Upstream URL: | https://github.com/tldr-pages/tldr |
| Keywords: | cli |
| Licenses: | MIT |
| Submitter: | ed0c |
| Maintainer: | ivanfon |
| Last Packager: | ivanfon |
| Votes: | 30 |
| Popularity: | 0.000000 |
| First Submitted: | 2014-02-19 23:50 (UTC) |
| Last Updated: | 2020-05-14 03:55 (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
ouuan commented on 2021-06-19 16:40 (UTC)
Please remove
--user root. 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.tuxayo commented on 2020-04-08 03:47 (UTC)
Adding jq to makedeps fixed the issue.
tuxayo commented on 2020-04-08 03:44 (UTC)
Does anyone else get issue about jq missing?
dbrgn commented on 2020-01-24 20:05 (UTC)
Please add provides / conflicts keys to your PKGBUILD for proper conflict resolution.
provides=('tldr') conflicts=('tldr')
j605 commented on 2018-03-09 12:26 (UTC)
Check the packaging guidelines to fix a security issue where the directory gets 777 permissions on /usr/lib/node_modules/tldr.
xuiqzy commented on 2017-06-28 21:59 (UTC)
shen commented on 2016-06-13 18:23 (UTC)
bwood commented on 2015-12-28 15:25 (UTC)