mscdex / node-ncurses

An ncurses binding for node.js
MIT License
386 stars 25 forks source link

How to install from source? #28

Open mustafaakin opened 11 years ago

mustafaakin commented 11 years ago

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?)

recibe commented 11 years ago

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

mscdex commented 11 years ago

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.