if a new line is created with a space in the userconfig file /home/[user]/.npmrc
like the ticket open in npm npm/npm#9756
that create an empty key with the values true
; userconfig /home/[user]/.npmrc
= true
the command node-gyp configure create an infinite loop that eat all the cpu forever.
if a new line is created with a space in the userconfig file /home/[user]/.npmrc
like the ticket open in npm npm/npm#9756
that create an empty key with the values true
# npm config listthe command node-gyp configure create an infinite loop that eat all the cpu forever.