We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package lib-auth
Feature or Issue Description bootstrap.sh fails when building lib-auth with a 404 error for one of its dependencies.
bootstrap.sh
npm ERR! code E404 npm ERR! 404 Not Found: [email protected]
To Dos
The text was updated successfully, but these errors were encountered:
Update following our debug session...
Problem
lib-auth
[email protected]
har-validator
Solution (well, workaround, really)
$ cd packages/lib-auth
$ cd npm install [email protected]
$ lerna bootstrap --scope=@zooniverse/auth
Sorry, something went wrong.
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.
request
har-validator@~5.1.0
No branches or pull requests
Package
lib-auth
Feature or Issue Description
bootstrap.sh
fails when building lib-auth with a 404 error for one of its dependencies.To Dos
The text was updated successfully, but these errors were encountered: