npm WARN registry Unexpected warning for https://registry.npmjs.org/:
问题 guys I am facing a strange problem here that my git-bash and my terminal when I am trying to use npm install I git this error my error message some guy told me to clear my caches and I did so my case just changed and now I git no error message the installing process is never done and I git some thing like this the second error message 回答1: Step 1: Delete package-lock.json file from your project Step 2: If your npm version is 5 and above. Then run the following command npm cache verify Step 3: