Package Details: nodejs-tldr 3.3.2-2

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: 31
Popularity: 0.000000
First Submitted: 2014-02-19 23:50 (UTC)
Last Updated: 2020-05-14 03:55 (UTC)

Latest Comments

ouuan commented on 2021-06-19 16:40 (UTC)

Please remove --user root. Since npm 7, the --user option is no longer available. --user root not only doesn't fix the permission problem, but also installs the package called "root", which conflicts with other packages that also have the --user root option.

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?

==> Lancement de package()…
npm WARN deprecated os-homedir@2.0.0: This is not needed anymore. Use `require('os').homedir()` instead.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
/home/victor/.cache/pikaur/build/nodejs-tldr/pkg/nodejs-tldr/usr/bin/tldr -> /home/victor/.cache/pikaur/build/nodejs-tldr/pkg/nodejs-tldr/usr/lib/node_modules/tldr/bin/tldr
+ tldr@3.3.2
added 112 packages from 102 contributors in 17.029s
/home/victor/.cache/pikaur/build/nodejs-tldr/PKGBUILD: ligne 42: jq : commande introuvable

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)

please change the source url to the TLS encrypted https version. thanks :)

shen commented on 2016-06-13 18:23 (UTC)

The tldr repo has been renamed. plz, update the pkg file.

bwood commented on 2015-12-28 15:25 (UTC)

Getting an error trying to update the tldr pages after installation: $ tldr update Updating... Error: invalid distance too far back at Zlib._handle.onerror (zlib.js:363:17) [bwood@nadir price]$ tldr --version 1.0.1 Updating to 1.1.0 is recommended: https://github.com/tldr-pages/tldr/issues/319#issuecomment-165099680