Install Package Using npm is Stuck
A few days ago, our team being tried install package for web development dependecies using npm (node package manager). The installation process was carried out as usual, but when installing the package git://github.com/adobe-webplatform/eve.git
, the installation process did not finish for several minutes.
I tried to access the package repository, and everything is fine. Then I tried to install the package using the https protocol, the installation process was successful. I think it’s a firewall issue, so i tried to update git configuration, using https protocol instead of using git protocol. I’m using this command.
$ git config --global url."https://".insteadOf git://
After that, retry installing the package using npm and it’s work.