Egor Malkevich
Egor Malkevich
That error I receive at express 4.0 doing: ``` require('look').start(); ``` ``` Error: listen EADDRINUSE at exports._errnoException (util.js:746:11) at Agent.Server._listen2 (net.js:1146:14) at listen (net.js:1172:10) at Agent.Server.listen (net.js:1257:5) at Object.start (_debugger_agent.js:20:9)...
Trying play with agenda-ui. But can't understand why its not working on my side. http://take.ms/aTnci
All fine, but receive so huge log during dragging isn't necessary.
Trying to add profile tab to panel. Don't understand the error. Please help.... ``` if ('development' === env || 'test' === env) { app.use(require('connect-livereload')()); app.use(express.static(path.join(config.root, '.tmp'))); app.use(qt.static(path.join(config.root, 'client'))); app.set('appPath', 'client');...
It's good in dev mode see how the proxy works, to make debugging much more easy. For now it's black box.