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.
如果我已经在 Windows 下将IISNode用于我的 node.js 应用程序(在开发期间本地和生产 Windows 主机上),我是否应该关心nodemon(或任何类似的“监视文件以进行更改并重新启动 node.exe(如果有)”模块) ?
如果您希望 iisnode 使用 nodemon 而不是 node,请将以下内容添加到您的 web.config 文件中<system.webServer>:
<system.webServer>
<iisnode nodeProcessCommandLine=""C:\path_to_node_on_your_system\node_modules\.bin\nodemon.cmd"" />