browser-sync无法运行服务器

时间:2015-01-15 15:00:12

标签: node.js macos browser-sync

我使用此命令由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

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