Purelog
Purelog copied to clipboard
TypeError: undefined is not a function
E:\Workspaces\JavaScript\Purelog\purelog>node-dev app.js
TypeError: undefined is not a function
at Object.
应该不支持express 4.x,而package.json没有限制具体的版本,我觉得你可以先把package.json中的express版本改为3.x 即
express: "3.x"