Replies: 2 comments 2 replies
-
|
Even if is allowed by verdaccio, chaining so many uplinks is not a good practice, but why do you do it? Also yarn registry and npmjs are exactly the same |
Beta Was this translation helpful? Give feedback.
-
|
same problem; node: v20.10.0 when i installed a new package 'rust' which is not in the folder storage/, the verdaccio log show error "error: no such package available" as following: [2024-01-10 15:14:18]info <-- xx.xx.xxx.xx requested 'GET /rust' the config.yaml: (add or not add the uplinks config of npmjs, cause the same result) auth: packages: middlewares: log: {type: stdout, format: pretty-timestamped, level: debug} listen: 0.0.0.0:4873 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Your Environment
Describe the bug
1、Error detail:


2、Verdaccio config.yaml detail:
hope there is nothing wrong with my verdaccio config,but why i got this error if my Verdaccio config file is correct
To Reproduce
Expected behavior
Screenshots, server logs, package manager log
Configuration File (cat ~/.config/verdaccio/config.yaml)
Environment information
Debugging output
$ NODE_DEBUG=request verdacciodisplay request calls (verdaccio <--> uplinks)$ DEBUG=verdaccio* verdaccioenable extreme verdaccio debug mode (verdaccio api)$ npm -dddprints:$ npm config get registryprints:Contribute to Verdaccio
Beta Was this translation helpful? Give feedback.
All reactions