`Verdaccio-5.js` file is missing when built locally and execute using `yarn update && yarn start`
samitha9125 opened this issue · 0 comments
samitha9125 commented
Bug Report
Versions
Version | |
---|---|
Verdaccio | 5 |
This plugin | latest |
Node | 19 |
Environment
Name | Version | |
---|---|---|
Package manager | Yarn | latest |
Browser | Safari | |
Operating system | macOS | 13.0.1 |
Observed behavior
Browser gives and error - [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (http://localhost:4873/-/static/github-oauth-ui/verdaccio-5.js)
Expected behavior
When someone clone the repository, installing dependencies and execute the yarn update && yarn start
, browser opens the verdaccio homepage (http://localhost:4873/
) and once user clicks the Login button, it should redirected to GitHub. This is not how this plugin will be used in the production environment. But for development, this is a life saver.