Impossible d'obtenir un problème dans Nodejs

app.get('/', function (req, res) {
  res.render('index', {});
});
Comfortable Caterpillar