shell icon indicating copy to clipboard operation
shell copied to clipboard

on linux and windows, npm install -g seems to be very slow

Open starpit opened this issue 7 years ago • 0 comments

(note: this issue pertains to doing an npm install from github, not from the prebuilt binaries stored on npmjs.com i.e. @ibm-functions/shell)

running npm install -g --verbose starpit/shell takes 2 minutes on linux and windows, but 18 seconds on macOS.

the slowness seems to come from long pauses like this:

npm verb correctMkdir .../.npm/_locks correctMkdir not in flight

starpit avatar Jul 06 '18 12:07 starpit