我使用此命令由browsersync / node server运行:
browser-sync start --server --files "**/*.html, **/*.js, **/*.css" --port 8005
我得到的结果是(我在网上找不到的地方):
[BS] Local URL: http://localhost:false
[BS] External URL: http://10.26.104.175:false
[BS] Serving files from: ./
[BS] Watching files...
我不知道我应该从哪里开始诊断这个问题。有人有什么建议吗?
browser-sync 1.9.0 节点版本v0.10.35 OS X Yosemite 10.10.1
答案 0 :(得分:0)
浏览器同步内部依赖性portscanner-plus / portscanner中的依赖性中断 将使用版本~0.2.2(目前0.2.3不兼容)
Unistalling 0.2.3并重新安装portscanner@0.2.2具体版本修复了问题。从browser-sync / node_modules / portscanner-plus /目录运行命令:
npm uninstall portscanner
npm install portscanner@0.2.2