node-ncurses icon indicating copy to clipboard operation
node-ncurses copied to clipboard

How to install from source?

Open mustafaakin opened this issue 12 years ago • 2 comments

I cloned the repo but I do never installed it from a git repo before, so what I should be doing? I need this because it gives "Cannot find xterm" error and as I see the best way to fix this is to install from source (is npm package outdated?)

mustafaakin avatar Feb 07 '13 21:02 mustafaakin

[1] Download the source code. [2] Extract it. [3] npm install /path/to/directory

recibe avatar Feb 11 '13 05:02 recibe

Try re-installing from npm now. If that still doesn't work, give npm install https://github.com/mscdex/node-ncurses/tarball/v0.4.0 a try.

mscdex avatar Feb 11 '13 09:02 mscdex