NodeJS — Почему добавление кавычек в «узел» изменяет поведение результирующей программы?
#node.js #windows #node.js #Windows Вопрос: Рассмотрим следующую крошечную программу на JavaScript: #!/usr/bin/env node const inquirer = require('inquirer'); async function foo() { const response = await inquirer.prompt({ type: "confirm", name: "foo",…