npm ERR! Only HTTP(S) protocols are supported
npm ERR! Only HTTP(S) protocols are supported Angular 5 TypeScript npm installing facing issue.
Solve this issue you make change follows step:
npm ERR! Only HTTP(S) protocols are supporte |
npm config set registry https://registry.npmjs.org/
npm config set registry http://registry.npmjs.org/
you set http only after you should run its working fine.