node.js - "npm i" displays broken output ("Enter passphrase for key...") and spinner, and entering passphrase does nothing -


this on ubuntu 16.04. terminal emulator konsole 15.12.3. node.js 4.8.2, installed described here.

what happens:

$ npm npm warn package.json my-proj@0.1.0 no repository field. npm warn package.json my-proj@0.1.0 no license field. -nter passphrase key '/home/stefan/.ssh/id_rsa': enter passphrase key '/home/stefan/.ssh/id_rsa': / 

that's how displays it, duplication, (non-spinning) / @ end , (spinning) - instead of e in enter.

if press enter @ point, errors such permission denied (publickey). - understandable, haven't entered passphrase.

if enter passphrase instead (while cursor @ spinner, , nothing visibly changes while typing), , then press enter, 1 more row of:

-nter passphrase key '/home/stefan/.ssh/id_rsa': \ 

... , nothing else happens. if press enter again, messages such permission denied (publickey). again.

a colleague gave me solution: use key has no passphrase.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -