Installing "npm gulp" (OS setup, step 2) and "npm install" (project setup, step 5) takes too many hours.
Solution based on this link:
I had a problem installing npm packages today too. It would hang always. I ended up running. npm config set registry http://registry.npmjs.org/
By default the registry is set to https, which seems to be causing weird problems. I'm using CentOS 7.2
Installing "npm gulp" (OS setup, step 2) and "npm install" (project setup, step 5) takes too many hours.
Solution based on this link: