Hi, after downloading the code, and running npm install I just tried to run node app.js, and got the following:
D:\tmp\sailsjs-angularjs-passportjs-todo-master>node app.js
module.js:340
throw err;
^
Error: Cannot find module './local.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.module.exports.express.customMiddleware (D:\tmp\sailsjs-angularjs-passportjs-todo-master\config\middleware
.js:42:25)
at Array.loadExpress [as 1] (D:\tmp\sailsjs-angularjs-passportjs-todo-master\node_modules\sails\lib\express\index.js
:188:25)
at listener (D:\tmp\sailsjs-angularjs-passportjs-todo-master\node_modules\sails\node_modules\async\lib\async.js:462:
46)
at D:\tmp\sailsjs-angularjs-passportjs-todo-master\node_modules\sails\node_modules\async\lib\async.js:416:17
at Array.forEach (native)
at _each (D:\tmp\sailsjs-angularjs-passportjs-todo-master\node_modules\sails\node_modules\async\lib\async.js:32:24)
D:\tmp\sailsjs-angularjs-passportjs-todo-master>
Hi, after downloading the code, and running
npm installI just tried to runnode app.js, and got the following: