okta / okta-auth-js

The official js wrapper around Okta's auth API
Other
447 stars 260 forks source link

Npm install failure, when I execute the command "npm install --save @okta/okta-auth-js", it fails and error is "No matching version found for Base64@1.1.0." #1154

Open Martin404 opened 2 years ago

Martin404 commented 2 years ago

Describe the bug?

npm install --save @okta/okta-auth-js

npm WARN deprecated text-encoding@0.7.0: no longer maintained npm ERR! code ETARGET npm ERR! notarget No matching version found for Base64@1.1.0. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! notarget npm ERR! notarget It was specified as a dependency of '@okta/okta-auth-js' npm ERR! notarget

npm ERR! A complete log of this run can be found in: npm ERR! /Users/user/.npm/_logs/2022-03-25T04_52_33_832Z-debug.log

What is expected to happen?

npm install sucess

What is the actual behavior?

npm install --save @okta/okta-auth-js

npm WARN deprecated text-encoding@0.7.0: no longer maintained npm ERR! code ETARGET npm ERR! notarget No matching version found for Base64@1.1.0. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! notarget npm ERR! notarget It was specified as a dependency of '@okta/okta-auth-js' npm ERR! notarget

npm ERR! A complete log of this run can be found in: npm ERR! /Users/user/.npm/_logs/2022-03-25T04_52_33_832Z-debug.log

Reproduction Steps?

npm install --save @okta/okta-auth-js

npm WARN deprecated text-encoding@0.7.0: no longer maintained npm ERR! code ETARGET npm ERR! notarget No matching version found for Base64@1.1.0. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! notarget npm ERR! notarget It was specified as a dependency of '@okta/okta-auth-js' npm ERR! notarget

npm ERR! A complete log of this run can be found in: npm ERR! /Users/user/.npm/_logs/2022-03-25T04_52_33_832Z-debug.log

SDK Versions

all

Execution Environment

mac

Additional Information?

No response

denysoblohin-okta commented 2 years ago