下载了个聊天室Demo,以下是从运行开始到出现错误:貌似Demo是运行在Windows下的,我是运行在Ubuntu下,是不是有什么差异,我看报错 貌似是报头格式不对?求各位详细解答 isaac@ubuntu:~/chat/chat$ node chat.js info - socket.io started app listening on http://127.0.0.1:3000 debug - authorized info - handshake authorized 17049329951651392800 debug - setting request GET /socket.io/1/websocket/17049329951651392800 debug - set heartbeat interval for client 17049329951651392800 debug - client authorized for debug - websocket writing 1::
module.js:356 Module._extensions[extension](this, filename); ^ Error: /home/isaac/chat/node_modules/node-sqlserver/lib/sqlserver.node: invalid ELF header //错误在这里 at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/home/isaac/chat/node_modules/node-sqlserver/lib/sql.js:20:11) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) isaac@ubuntu:~/chat/chat$