Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于我的一个客户,我正在开发一个 node.js 应用程序。
我想给他一个简单的安装程序,它可以自动处理节点和相关模块的安装,而无需访问网络。
哪种方法是最好和最有效的方法?
提前致谢
只需给他 node.js 安装程序并压缩您的应用程序(带有 node_modules 目录)。他只需要安装 node.js 并解压缩 zip 文件。您可以编写一个启动应用程序的 .bat 文件。这应该很容易。