app.get('/', function(req, res){
console.log(path.join(__dirname, 'index.html')); //See the output in console
res.sendFile(path.join(__dirname, 'index.html')); //this joins your current directory and filename, giving you the full path to the file.
});
4条答案
按热度按时间avwztpqn1#
你能尝试运行sudo吗?
npm install nodejs
安装node的更好方法是下载安装程序https://nodejs.org/en/download/
2izufjch2#
您应该输入文件在系统中的确切文件路径。
将此添加到文件的顶部:
字符串
然后:
型
我不知道为什么对你没用。只写'index.html'通常会起作用。但这绝对会起作用。
s71maibg3#
试试这个,对我很有效!
字符串
再见!
iqjalb3h4#
如果你有
'home/../public/index.html'
这样的路径,那么你必须使用字符串