-
The issue #310 fixed by PR #1732 suggests that the endpoint However I only get 404 response from that endpoint. Do I need to somehow turn this feature on? I'm unable to find anything on this in the docs. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
If you specify which version you are using that would help, should works out of the box. |
Beta Was this translation helpful? Give feedback.
-
$ npm search xyz --registry=http://localhost:4873/
> No matches found for "xyz" this is OK. I'm not sure though, why I get error when I do |
Beta Was this translation helpful? Give feedback.
-
I managed to make it work when I used my PC's local IP instead of listen:
- http://{local_ip}:4873 in Vedaccio config |
Beta Was this translation helpful? Give feedback.
I managed to make it work when I used my PC's local IP instead of
localhost
and set:in Vedaccio config