Skip to content

Start verdaccio throw an error about verdaccio-file #4924

Answered by juanpicado
HuckOps asked this question in Q&A
Discussion options

You must be logged in to vote

auth:
    file: /home/market/verdaccio/htpasswd

Verdaccio tries to search for file plugin because you have this text in your config, that's a typo. The plugin is htpasswd.

It is like this

auth:
  htpasswd:
    file: ./htpasswd

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by juanpicado
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #4923 on November 01, 2024 07:24.