EthanRBrown / web-development-with-node-and-express

Companion repository to Web Development With Node and Express, first edition.
1.01k stars 503 forks source link

ch07 Client Side Handlebars; handlebars.compile() error #90

Open ShahidYousuf opened 7 years ago

ShahidYousuf commented 7 years ago

error : nurseryRhymeTemplate is not a function. When clicked on "Generate nursery rhyme" the browser throws this error and nothing is rendered. All site files same as stated in the book.

nhs-webleym commented 7 years ago

I'd refer to the file structure on git. As its not 100% clear from the book what goes where. I had similar issues.

ShahidYousuf commented 7 years ago

Yea, I do actually have the same structure myself but I still encounter the error.

nhs-webleym commented 7 years ago

No. I had difficulties tho. Then I copied the structure and code from the commit and it worked fine.

QKKQQK commented 7 years ago

Check the #section head and make sure you typed the script src correctly, if there is a typo Handlebars will be undefined.