cannot find module inquirer
npm i inquirer
Here is what the above code is Doing:
1. We’re importing the inquirer package.
2. We’re creating a list of questions for the user.
3. We’re using the prompt function to ask the user the questions.
4. We’re logging the answers to the console.