REASON: the reason for this is:
the cli do not prompt: "Enter passphrase for /home/USERS/.ssh/id_rsa:"
and I used to get the prompt correctly in npm@5, but update to npm@6, it occurs.
SOLVE:
# eval `ssh-agent`
# ssh-add
//automaticlly enter passphrase, without maunally operating.