我正在尝试使用一个简单的node.js示例工作于 nitrous.io.我几乎只是使用角度模板跟随yeoman教程.我必须将我的localhost修改为0.0.0.0并将我的liveReload端口更改为4000.我还必须使用–force命令运
Warning: Command failed: /home/action/workspace/node-test/node_modules/grunt-open/node_modules/open/vendor/xdg-open: 1: /home/action/workspace/node-test/node_modules/grunt-open/node_modules/open/vendor/xdg-open: xdg-mime: not found
在跳过这些障碍之后,实时重新加载似乎不起作用.我的“盒子”是否需要安装xdg-mime或xdg-utils才能使用?文件观察程序似乎注意到更改,但在任何js轮询后网页不会更新.
(我是所有这些技术的新手,但似乎这个教程示例应该有效)
编辑:在Sindre的帮助后,我不再拥有,现在显然很简单(后见之明),缺少xdg-mime的问题,但我确实有一个问题,实时重新加载不工作
Per Nitrous.io支持The issue here is that websockets is blocked on Nitrous servers, which
only HTTP ports 3000 – 9000 are open at this time. Live reload needs
to run HTTP and WebSockets on the same port in order to function.WebSocket support may be something we will be adding in the near future