okta / okta-oidc-js

okta-oidc-js
https://github.com/okta/okta-oidc-js
Other
393 stars 232 forks source link

Cant install #378

Open jamesskyoung opened 5 years ago

jamesskyoung commented 5 years ago

I'm submitting this issue for the package(s):

I'm submitting a:

Current behavior

$ npm i @okta/jwt-verifier npm ERR! code E404 npm ERR! 404 Not Found: @okta/configuration-validation@^0.1.1

Expected behavior

Can install

Minimal reproduction of the problem with instructions

npm i @okta/jwt-verifier

Environment

Win 7 and Win 10

swiftone commented 5 years ago

Hi! Thanks for the error report.

I'm unable to duplicate your error - running the example you gave results in a successful install. I'm on Mac, so while I dig around for a windows box to test on, can you confirm the error is still present for you running npm i @okta/jwt-verifier?

Is this is a fresh install or one with an existing node_modules directory?

swiftone commented 5 years ago

We've confirmed the install works on a few windows machines as well (and @okta/configuration-validation 0.1.1 does exist. We did just release 0.2.0, but jwt-verifier doesn't need more than 0.1.1 right now). Do you have a proxy that could be interfering with your npm lookups?