npm install seems broken for @kitware/vtk.js@20.2.0 (latest) as well as older versions due to pack dependency

npm i @kitware gives this error:
mednum@devcen75$ npm i @kitware/vtk.js
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types/eslint/-/eslint-8.4.5.tgz - Not found
npm ERR! 404
npm ERR! 404 ‘@types/eslint@https://registry.npmjs.org/@types/eslint/-/eslint-8.4.5.tgz’ is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

I’ve been working with the @kitware/vtk.js for several months, so not sure why the eslint now is breaking the npm install for vtk.js.

The npm install now works. So no issues for me now.