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.
当我启动 grunt serve 命令时,会打开一个页面并写入一条消息:发生通信错误:“”
我必须输入我的 ip-address:9000 才能看到我的应用程序,因为 localhost:9000 不起作用。
谢谢你的帮助。
我不确定,但您能否验证您是否在Grunfile.js第 69 - 72 行有此内容:
Grunfile.js
port: 9000, // Change this to '0.0.0.0' to access the server from outside. hostname: 'localhost', livereload: 35729
如果您在本地运行服务器,则主机名中必须包含“localhost”。
希望它会有所帮助。