You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi First, thanks for this tool!
i'm trying to send files with reql queries to it but i have this error:
- RethinkDB Command Line Interface v1.0.7
- Courtesy of Workshape.io
reql-cli> /home/malaniz/.nvm/versions/node/v8.3.0/lib/node_modules/reql-cli/lib/repl.js:177
process.stdin.setRawMode(true);
^
TypeError: process.stdin.setRawMode is not a function
at REPL.start (/home/malaniz/.nvm/versions/node/v8.3.0/lib/node_modules/reql-cli/lib/repl.js:177:21)
at Object.<anonymous> (/home/malaniz/.nvm/versions/node/v8.3.0/lib/node_modules/reql-cli/lib/index.js:29:6)
at Module._compile (module.js:573:30)
at Object.Module._extensions..js (module.js:584:10)
at Module.load (module.js:507:32)
at tryModuleLoad (module.js:470:12)
at Function.Module._load (module.js:462:3)
at Module.require (module.js:517:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/malaniz/.nvm/versions/node/v8.3.0/lib/node_modules/reql-cli/bin/reql-cli:3:1)
at Module._compile (module.js:573:30)
at Object.Module._extensions..js (module.js:584:10)
at Module.load (module.js:507:32)
at tryModuleLoad (module.js:470:12)
at Function.Module._load (module.js:462:3)
at Function.Module.runMain (module.js:609:10)
at startup (bootstrap_node.js:158:16)
at bootstrap_node.js:578:3
Can you help or guide me to fix it?
thanks
The text was updated successfully, but these errors were encountered:
Hi First, thanks for this tool!
i'm trying to send files with reql queries to it but i have this error:
Can you help or guide me to fix it?
thanks
The text was updated successfully, but these errors were encountered: