'npm install' extremely slow on Windows -


for me npm install extremely slow. i'm using windows 8.1 latest npm version. connection speed around 100mbit/s.

the project i'm trying install has around 20 packages/dependencies , takes around 30 minutes install dependencies ...

does have clue?

i've been facing same issue while. trying out following

npm typescript live-server --save-dev 

the install stuck @ forever. adding -verbose flag worked fine.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -