microblog icon indicating copy to clipboard operation
microblog copied to clipboard

A tiny mircoblog system using Node.js for learning purposes.

Results 8 microblog issues
Sort by recently updated
recently updated
newest added

Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 0.9.9 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...

dependencies

Bumps [ejs](https://github.com/mde/ejs) from 0.0.1 to 2.7.1. Release notes *Sourced from [ejs's releases](https://github.com/mde/ejs/releases).* > ## v2.6.2 > * Correctly pass custom escape function to includes ([@​alecgibson](https://github.com/alecgibson)) > * Fixes for rmWhitespace...

dependencies

在终端 node app.js后 浏览器中访问,显示: Express 500 SyntaxError: Unexpected token ILLEGAL at Object.Function (unknown source) at Object.exports.compile (/Users/xiangpaopao/workspace/node/microblog/node_modules/ejs/lib/ejs.js:83:12) at Function.exports.compile (/Users/xiangpaopao/workspace/node/microblog/node_modules/express/lib/view.js:68:33) at ServerResponse.res._render (/Users/xiangpaopao/workspace/node/microblog/node_modules/express/lib/view.js:417:18) at ServerResponse.res.render (/Users/xiangpaopao/workspace/node/microblog/node_modules/express/lib/view.js:318:17) at module.exports.app.get.res.render.title (/Users/xiangpaopao/workspace/node/microblog/routes/index.js:11:11) at...

《Node.js开发指南》内容比较旧了,请问作者有修订版的吗? @BYVoid

I have updated your microblog to use express 4.x, but need your help to check the '/' page, I encounter "title is not defined" error, and couldn't find anything wrong....

在app.js中,app.use(express.router(routes));这一行在启动的时候报错?

user.ejs里面使用了视图助手,调了posts.ejs,但是最后发现,post.js的posts和post都传不过去~~

启动app.js的时候,在connect-mongo.js里面报错了. TypeError:Can not read property 'Store' of undefined module.exports = function(connect) { var Store = connect.session.Store 在这里 mongodb我已经启动了, 还需要做什么样的配置吗