0
TypeError: Cannot call method 'get' of undefined
    at C:\Users\denman\workspace-nodejs\ExpressNodeUpAndRunning\app.js:112:25

I am trying to find out the line number of the error...

is 112 the line number of the app.js file where the error occurred? Then what is 25?

1
  • it is simply meaning that an error is occuring from the 25th letter in the line.and to fix your error,make sure you defined *** of "***.get" Commented Sep 30, 2014 at 3:56

1 Answer 1

2

The 3 components are sourceFilePath:lineNumber:columnNumber.

So the error occurs on line 112, at column 25.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.