最佳答案
在我正在编写的 node.js 脚本中,我希望将所有 node.js 模块(使用 npm 安装)打印到命令行。我怎么能这么做?
console.log(__filename);
//now I want to print all installed modules to the command line. How can I do this?