n4bb12 / verdaccio-github-oauth-ui

📦🔐 GitHub OAuth plugin for Verdaccio
https://verdaccio.org
MIT License
71 stars 45 forks source link

`Verdaccio-5.js` file is missing when built locally and execute using `yarn update && yarn start` #166

Closed samitha9125 closed 1 year ago

samitha9125 commented 1 year ago

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.