Daniel Cervoni
Daniel Cervoni
I'm currently on v6.10. I just saw that the recommended version for node is v6.11...not sure if you still think i should try updating.
Experiencing the same issues on v6.11...additionally had a friend try on v8.4 and didn't work.
``` var inquirer = require('inquirer'); var prompt = inquirer.createPromptModule(); ``` ``` /** VERIFY INITIAL COMMAND PROMPT QUESTION INFO **/ let commandPromptQuestions = { type: 'list', name: 'command', message: 'What operation...
hey! Wanted to see if you had any updates on this issue?? Let me know. Does it seem like I am implementing it correctly given the code above?
I was testing it out as a tool so I actually just have a basic server set up with that command you have above (commandRunner was just console logging). I...
https://github.com/dsc03/clitool
^^ that was the playground i was testing inquire with and where I was getting issues...the only additional module I'm using in this case is express.
hey! Any updates on this?
@austinoboyle to clarify, for the list of commands you sent above, these are commands that I would need to ssh into my remote server and run/configure there correct? also, 'DISPLAY'...
Hey @austinoboyle , So I've been trying to get this thing setup on my linux server, and when I run `sudo yum localinstall ./google-chrome-stable_current_x86_64.rpm`, I get the following issues: ```...