npm http-server 下载 index.html 而不是服务

Posted

技术标签:

【中文标题】npm http-server 下载 index.html 而不是服务【英文标题】:npm http-server downloads index.html instead of serving 【发布时间】:2019-12-05 23:43:43 【问题描述】:

我正在使用带有 ssl 证书的 http-server 来测试 facebook 即时游戏。但是,当服务器运行时 localhost 使我的浏览器下载 index.html 文件,而不是实际在浏览器中提供它。问题出现在chrome中,但microsoft edge似乎没问题。

【问题讨论】:

【参考方案1】:

我发现这个问题只出现在 Chrome 中,edge 似乎工作正常,所以我决定在 chrome 设置中清除浏览数据并再次尝试,令人惊讶的是它不再从 localhost:8080 下载 index.html!这个方法解决了我的问题。

【讨论】:

【参考方案2】:

使用此网址http://127.0.0.1:8080/

而不是 localhost:8080

【讨论】:

以上是关于npm http-server 下载 index.html 而不是服务的主要内容,如果未能解决你的问题,请参考以下文章

通过终端提供 npm http-server 时出错。 (错误 404)

快速启动本地文件-http-server

通过npm安装http-server轻松实现本地服务器

NPM搭建服静态务器 http-server

如何禁止与 http-server npm 的不安全连接?

POST 方法在 npm http-server 上抛出错误 405