fdietz / recipes-with-angular-js-examples

Recipes with Angular.js
653 stars 838 forks source link

Problem starting the server #18

Open 22karthik opened 6 years ago

22karthik commented 6 years ago

app.configure(function(){ ^

TypeError: app.configure is not a function at Object. (E:\Nodejs\recipes-with-angular-js-examples-master\recipes-with-angular-js-examples-master\chapter10\recipe1\contacts\app.js:7:5) at Module._compile (module.js:641:30) at Object.Module._extensions..js (module.js:652:10) at Module.load (module.js:560:32) at tryModuleLoad (module.js:503:12) at Function.Module._load (module.js:495:3) at Function.Module.runMain (module.js:682:10) at startup (bootstrap_node.js:191:16) at bootstrap_node.js:613:3

22karthik commented 6 years ago

Hi upon starting the server node app.js I get the above error.