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.
我注意到,在将 nodejs 运行时与 noflo/Flowhub 一起使用时,需要重新启动服务器才能捕获许多图形更改。我已经尝试过使用nodemon,但我不确定我应该让它监视哪些文件/文件夹以便可靠地捕获图形更新。有没有已知的“最佳方法”?
更新:由于知道这是一个错误,我尝试切换到不同版本的 node.js。以前我使用的是 v0.12.4 - 我已经切换到 v0.10.2 并且不再遇到这个问题。
如果需要重新启动服务器以反映图形更改,这是一个错误。请在 Github 上提交详细信息。
将图形更改发送到运行时时磁盘上没有文件更改,因此我看不出如何使用文件监视来解决此类错误。