最赞回答 / Astrogladiator
你可以去看下nodemon的文档https://www.npmjs.com/package/grunt-concurrent 把 app.js移到script属性里nodemon: { dev: { script: 'app.js', options: { args: [], ignoredFiles: ['README.md','node_modules/**','.DS_Store'], watchedExtensions: ['js'], watche...
2017-06-24
最新回答 / 正在睡觉
错误原因好像是这个:( 还是不知道怎么解决~Error: Can't set headers after they are sent. at ServerResponse.OutgoingMessage.setHeader (_http_outgoing.js:357:11) at ServerResponse.header (D:\Hexin\Fro...
2017-06-07