you are getting this error because your Node.js and npm are very old, and they can’t talk to the new npm website.To fix it, go to nodejs.org and download the latest version of Node.js. This will also give you a new npm that works with today’s servers. After you update Node.js and npm, run npm install again, and your packages should install without errors.