`aws-jwt-verify` unavailable because of private registry
timmeinerzhagen opened this issue · 2 comments
timmeinerzhagen commented
With #157 the npm package aws-jwt-verify
was introduced.
The package lock seems to try pulling this via this url under a private registry:
https://<domain>.d.codeartifact.eu-west-1.amazonaws.com:443/npm/<repo>/aws-jwt-verify/-/aws-jwt-verify-1.0.1.tgz
.
This is not available publicly and as such npm install
fails.
Shouldn't this refer to the official source in the npmjs registry entry aws-jwt-verify
?
ottokruse commented
Thanks for reporting, just fixed it while updating dependencies at the same time.