inquirer是nodejs命令行交互工具,今天在引入的时候报了个错
错误如下:Must use import to load ES Module: D:\project\nodejs\node_modules\inquirer\lib\inquirer.js require() of ES modules is not supported. require() of D:\project\nodejs\node…
inquirer.js In this article I want to talk about a CLI tool that I really enjoy using, and hopefully someone learns something along the way. 在本文中,我想谈一谈我非常喜欢使用的CLI工具,并希望有人在学习过程中学到一些东西。 让我们从头开…