CleverStack / cleverstack-cli

CLI for CleverStack
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
196 stars 33 forks source link

clever repl does not work on node 0.11, 0.12 and io.js #60

Closed pilsy closed 9 years ago

pilsy commented 9 years ago
REPL should be able to go into the REPL and execute some commands:
     Uncaught AssertionError: expected '\u001b[38;5;112m✔  Welcome to CleverStack \u001b[38;5;8m using seed version 1.2.1\u001b[39m\u001b[39m\n\u001b[38;5;112m✔  Type .commands or .help for a list of commands\u001b[39m\ncleverstack::local> Invalid REPL keyword\ncleverstack::local> Invalid REPL keyword\ncleverstack::local> Invalid REPL keyword\ncleverstack::local> ' to match /\u001b\[38;5;172m\.commands\u001b\[39m   \u001b\[38;5;8mLists all of the REPL commands/
      at Assertion.<anonymous> (/home/travis/build/CleverStack/cleverstack-cli/node_modules/chai/lib/chai/core/assertions.js:926:10)
      at Assertion.ctx.(anonymous function) [as match] (/home/travis/build/CleverStack/cleverstack-cli/node_modules/chai/lib/chai/utils/addMethod.js:40:25)
      at ChildProcess.<anonymous> (/home/travis/build/CleverStack/cleverstack-cli/tests/repl.test.js:31:27)
      at ChildProcess.emit (events.js:110:17)
      at Process.ChildProcess._handle.onexit (child_process.js:1067:12)