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."

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

What version of Node are you using? I haven’t had any issues with 14 or 16 lately.

The node version is v14.17.0.

The application had been working fine before, but today the deployment of the application suddenly appeared


I try to use the ‘npm view’ command to check if the Base64@1.1.0 exist, I found nothing in npmjs.com