- Be sure to have latest node version (0.6.14).
- Don't use -g, just 'node install codestream' instead (-g requires root and should not be used)
- The binary will then be in ~/.npm/codestream/0.1.0/package/bin/codestream - just symlink that to somewhere convenient[1]
- If you get an error try: npm install pty.js (pty.js was a missing dependency for me)
[1] The npm-dev is sadly not very unix-savvy, hence these extra-hoops
- Be sure to have latest node version (0.6.14).
- Don't use -g, just 'node install codestream' instead (-g requires root and should not be used)
- The binary will then be in ~/.npm/codestream/0.1.0/package/bin/codestream - just symlink that to somewhere convenient[1]
- If you get an error try: npm install pty.js (pty.js was a missing dependency for me)
[1] The npm-dev is sadly not very unix-savvy, hence these extra-hoops