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.
-
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 verdaccio
display request calls (verdaccio <--> uplinks)$ DEBUG=verdaccio* verdaccio
enable extreme verdaccio debug mode (verdaccio api)$ npm -ddd
prints:$ npm config get registry
prints:Contribute to Verdaccio
Beta Was this translation helpful? Give feedback.
All reactions