I'm using the react rainbow components in our project, while running
npm i react-rainbow-components
I am getting npm error 404 'react -rainbow-components@^1.31.0 is not in the npm registry.Although upon checking at npm packages it shows the package details . I also tried setting registry as
npm config set registry https://registry.npmjs.org/
but it doesn't seem to be doing anything. Does anyone know how to accomplish this?