Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency in lib-auth #363

Closed
1 task
eatyourgreens opened this issue Jan 16, 2019 · 2 comments
Closed
1 task

Missing dependency in lib-auth #363

eatyourgreens opened this issue Jan 16, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@eatyourgreens
Copy link
Contributor

Package
lib-auth

Feature or Issue Description
bootstrap.sh fails when building lib-auth with a 404 error for one of its dependencies.

npm ERR! code E404
npm ERR! 404 Not Found: [email protected]

To Dos

  • Example
@eatyourgreens eatyourgreens added the bug Something isn't working label Jan 16, 2019
@shaunanoordin
Copy link
Member

shaunanoordin commented Jan 31, 2019

Update following our debug session...

Problem

Solution (well, workaround, really)

  • Install the next available version: v5.1.3
  • $ cd packages/lib-auth
  • $ cd npm install [email protected]
  • $ lerna bootstrap --scope=@zooniverse/auth

@eatyourgreens
Copy link
Contributor Author

request in lib-auth depends on har-validator@~5.1.0 so deleting the package lock from lib-auth and rebuilding ought to fix this, in theory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants