最贊回答 / 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