What is out put of npm config list
command? you need to set registry to https://registry.npmjs.org/8 and try again.
This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
Thanks @Priyank_Shah for responding.
I was able to solve the issue by setting the proxy using below commands,
npm config set proxy http://proxy.company.com:80807
npm config set https-proxy http://proxy.company.com:80807