Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7036917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:28:52+00:00 2026-05-28T01:28:52+00:00

I have been playing a bit with Node.js. I recently started toying with Express

  • 0

I have been playing a bit with Node.js. I recently started toying with Express and have been setting up a basic app. I wanted to use Handlebars as my view templating engine, but am hitting a wall – failed to locate view “index.html”

I have index.html in the same directory as app.js and and so I would think the code below would have no problem locating index.html…

I have searched around, but it would seem that comprehensive examples of anything aside from jade are rare… Anyone have experience with this combo?

Thanks in advance!

var express = require('express')
  , app = express.createServer();

app.configure(function(){
    app.set('view engine', 'handlebars');
    app.set("view options", { layout: false }) 
});



app.get('/', function(req, res){

    var data = {
        name: "Ford Prefect",
        home: "a small planet somewhere in the vicinity of Betelgeuse"
    }

    res.render('index.html', data);
});

app.listen(3000);

Update:

I was missing:

app.set('views', __dirname + '/');
app.register('.html', require('handlebars'));

in my config… it would seem that the register of ‘.html’ is quite important as it specifies the handlebars association with .html…

I hope this helps someone…

Because I am a SO noob, I can’t answer my own question for 7 hrs, but if anyone needs the complete working example, I can post tomorrow…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T01:28:53+00:00Added an answer on May 28, 2026 at 1:28 am

    By default, it will look in a folder called views from the directory the script is. If you use a different dir you must specify it.

    app.set('views', __dirname + '/views');
    

    Express should also tell you more information about where it’s trying to find the view, that should help you know exactly where it’s looking.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently I've been playing a bit with Groovy and Grails and I have to
I have been playing around a bit with a fairly simple, home-made search engine,
I've been playing around with Direct3D 11 a little bit lately and have been
I have been playing around with php-gtk recently and in the past I have
I'm brand new to Google App Engine and have just been playing around with
I've been playing around with Active Record a bit, and I have noticed that
I have been playing around with the min3D libraries a bit lately learning how
I have been playing around with jQuery for a bit now, and am really
I have just been playing around with status bar notifications and am a bit
I have a quick question. I've been playing around with bit manipulation in c/c++

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.