尝试处理其他计算机上没有问题的代码。这个问题似乎特定于我的笔记本电脑而没有其他电脑。即使是一个'#hello world" app只返回一个调试gif。
repository folder> node app.js
Express Server Listening on port 3000
GET / 200 1000.00 ms - -
这是传递给浏览器的代码,而不是我的代码
<!DOCTYPE html>
<html>
<head>
<meta content="width=device-width, minimum-scale=0.1" name="viewport">
<title>127.0.0.1 (1×1)</title>
<style type="text/css">
</style>
</head>
<body style="margin: 0px;">
<img src="http://127.0.0.1:3000/" style="-webkit-user-select: none">
</body>
</html>
包括故障排除:
chrome或Firefox中的开发工具没有错误
答案 0 :(得分:0)
卡巴斯基阻止127.0.0.1活动。添加Web反病毒排除信任可靠URL&amp; Safe Surf解决了这个问题。
简单地禁用防病毒软件并没有为我解决问题。排除是必要的