inquirer Questions
2
Solved
PS D:\Cursos\nodeudemy\aulas\2_FUNDAMENTOS\10_abstracao_input> node index.js
D:\Cursos\nodeudemy\aulas\2_FUNDAMENTOS\10_abstracao_input\index.js:1
const inquirer = require('inquirer')
^
Error ...
Monoculture asked 30/6, 2022 at 7:43
2
I want to ask questions to the user without having all the questions lined up immediately.
The documentation mentions rxjs but I feel there is a gap in the documentation on how to properly add que...
Pastiness asked 27/11, 2019 at 21:37
1
I keep running into an issue with the inquirer npm package and cant find a solution anywhere. I am trying to allow a user to exit the inquirer prompt in a function at any point and return to the ma...
4
So what I want to do is use a previous answer when asking a question further down the line. Basically so that I can show a summary of what will be created and ask for a verification.
this.prompt([...
Mckinzie asked 27/3, 2018 at 18:51
1
Solved
I'm using inquirer and I can either make a 'list' type or a 'rawlist' type.
My goal is to allow the user to select an item from an array of products from a sql database, but I am now curious what ...
Glorious asked 9/5, 2018 at 0:11
1
© 2022 - 2024 — McMap. All rights reserved.