Package Details: verdaccio 6.3.1-1

Git Clone URL: https://aur.archlinux.org/verdaccio.git (read-only, click to copy)
Package Base: verdaccio
Description: Private npm repository server
Upstream URL: https://github.com/verdaccio/verdaccio
Keywords: npm server
Licenses: MIT
Submitter: igorvisi
Maintainer: sflor
Last Packager: sflor
Votes: 2
Popularity: 0.000000
First Submitted: 2018-11-06 17:27 (UTC)
Last Updated: 2026-03-10 12:51 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

sflor commented on 2026-02-21 05:50 (UTC)

Finally updated the package, sorry.

Since they outsourced the conf, this package now comes with an empty conf by default in /etc/verdaccio/config.yaml.

If you want some place to start, check the conf package by them, thanks to demurgos.

https://github.com/verdaccio/verdaccio/blob/master/packages/config/src/conf/default.yaml

demurgos commented on 2025-12-21 22:48 (UTC)

The version 6.2.1-1 fails with the following error:

==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading verdaccio-6.2.1.tgz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 227295 100 227295   0     0  3009k     0  --:--:-- --:--:-- --:--:--  3040k
  -> Found verdaccio.sysusers
  -> Found verdaccio.tmpfiles
==> Validating source files with sha256sums...
    verdaccio-6.2.1.tgz ... Passed
    verdaccio.sysusers ... Passed
    verdaccio.tmpfiles ... Passed
==> Extracting sources...
  -> Extracting verdaccio-6.2.1.tgz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...

added 293 packages in 9s

56 packages are looking for funding
  run `npm fund` for details
npm notice
npm notice New minor version of npm available! 11.6.4 -> 11.7.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0
npm notice To update run: npm install -g npm@11.7.0
npm notice
install: cannot stat '/home/user/aur/verdaccio/src/package/conf/default.yaml': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

The missing file seems to be https://github.com/verdaccio/verdaccio/blob/master/packages/config/src/conf/default.yaml

sflor commented on 2025-01-27 15:18 (UTC)

Note https://verdaccio.org/docs/configuration/#.verdaccio-db if you are coming from an old version.

demurgos commented on 2024-11-18 23:32 (UTC) (edited on 2024-11-19 00:05 (UTC) by demurgos)

As of 2024-11-19, this package is outdated. The latest version is 6.0.2. The current version 5.29.0 is not compatible with stable Node. Authentication fails with:

fatal--- uncaught exception, please report this
TypeError: (0 , _crypto.createCipher) is not a function
    at aesEncryptDeprecated (/usr/lib/node_modules/verdaccio/node_modules/@verdaccio/signature/build/legacy-signature/index.js:26:38)
    at Auth.aesEncrypt (/usr/lib/node_modules/verdaccio/build/lib/auth.js:483:48)
    at jwt.jwt (/usr/lib/node_modules/verdaccio/build/lib/auth-utils.js:126:20)
    at new Promise (<anonymous>)
    at getApiToken (/usr/lib/node_modules/verdaccio/build/lib/auth-utils.js:125:18)
    at callbackAuthenticate (/usr/lib/node_modules/verdaccio/build/api/endpoint/api/user.js:42:56)
    at /usr/lib/node_modules/verdaccio/build/lib/auth.js:133:18
    at /usr/lib/node_modules/verdaccio/node_modules/verdaccio-htpasswd/build/htpasswd.js:122:14

The version should be updated to 6.0.2, with shasum 9f785e6ecfc19cb36486d3c25f1c0af9d24736684d2da0811e2387974b988f04

alerque commented on 2021-07-08 19:33 (UTC)

@sflor Oh I see, that explains the missing history from the TU view. Great then I think we're good here, best of luck...

sflor commented on 2021-07-08 19:19 (UTC)

@alerque He was a co-maintainer until I removed him just now. I think that is all he wanted.

alerque commented on 2021-07-08 19:18 (UTC)

@frangio Left out of my reject of your flag, if I'm misunderstanding something please feel free to submit a request again to clarify.

sflor commented on 2019-11-19 19:42 (UTC)

Sure, go ahead! :)

frangio commented on 2019-11-19 19:40 (UTC)

I would like to help adding the user configuration to this package. Is it possible to make me co-maintainer?

sflor commented on 2019-08-06 11:06 (UTC)

Thanks, I'll have a look once I have more time to spare.