Semua koneksi ke registri NPM - termasuk untuk instalasi paket - harus menggunakan TLS 1.2 atau lebih tinggi

Run 
npm config set registry https://registry.npmjs.org/
npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz

Some computers are still running with http://registry.npmjs.org/ which is not
going to be allowed anymore for security reasons.
Lokesh003