TypeError: Cannot call method 'get' of undefined
at C:\Users\denman\workspace-nodejs\ExpressNodeUpAndRunning\app.js:112:25
我想找出错误的行号...
是112发生错误的app.js文件的行号?那么什么是25?
答案 0 :(得分:2)
3个组件为sourceFilePath
:lineNumber
:columnNumber
。
因此错误发生在第112行的第112行。