shanesmith / gerrit-cli

Gerrit in your command lines.
MIT License
46 stars 19 forks source link

gerrit do not seem to work with Ubuntu 14.04 #22

Closed stef277 closed 7 years ago

stef277 commented 7 years ago

After installing gerrit on Ubuntu 14.04

It seems like gerrit does not work, it simply return (or terminate) when invoke from the command line with no information

For example:

gerrit config

(It doesn't prompt me for the configuration information)

shanesmith commented 7 years ago

Could you please include your version of Git and of Node?

stef277 commented 7 years ago

The problem was caused by a very old version of node and npm. Updating node/npm fixed the problem.