use
npm config set registry http://registry.npmjs.org/
so that npm requests for http url instead of https.
and then try the same npm install command
use
npm config set registry http://registry.npmjs.org/
so that npm requests for http url instead of https.
and then try the same npm install command