Before clearing cache
npm cache clear
npm is working fine. After clearing cache, it is not working. The error log below suggest problem wi
"As of npm@5, the npm cache self-heals from corruption issues and data extracted from the cache is guaranteed to be valid. If you want to make sure everything is consistent, use
npm cache verify
instead."