2017-07-21 462 views
0

我面临着安装jitsi强相遇的问题,我都跟着你可以在这个页面找到指令[我的系统是Ubuntu的14.04]安装jitsi-meet时遇到问题?

https://github.com/jitsi/jitsi-meet

,当我执行故宫安装我有该堆栈跟踪:

npm http 404 https://registry.npmjs.org/jitsi-meet-logger 
npm ERR! TypeError: Object.keys called on non-object 
npm ERR!  at Function.keys (native) 
npm ERR!  at installTargetsError (/usr/share/npm/lib/cache.js:708:24) 
npm ERR!  at /usr/share/npm/lib/cache.js:638:10 
npm ERR!  at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:142:7) 
npm ERR!  at /usr/lib/nodejs/graceful-fs/polyfills.js:133:7 
npm ERR!  at Object.oncomplete (fs.js:107:15) 
npm ERR! If you need help, you may report this log at: 
npm ERR!  <http://github.com/isaacs/npm/issues> 
npm ERR! or email it to: 
npm ERR!  <[email protected]> 

npm ERR! System Linux 4.4.0-31-generic 
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" 
npm ERR! cwd /videochat/jitsi-meet 
npm ERR! node -v v0.10.25 
npm ERR! npm -v 1.3.10 
npm ERR! type called_on_non_object 
npm http 404 https://registry.npmjs.org/jQuery-Impromptu 
npm ERR! TypeError: Object.keys called on non-object 
npm ERR!  at Function.keys (native) 
npm ERR!  at installTargetsError (/usr/share/npm/lib/cache.js:708:24) 
npm ERR!  at /usr/share/npm/lib/cache.js:638:10 
npm ERR!  at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:142:7) 
npm ERR!  at /usr/lib/nodejs/graceful-fs/polyfills.js:133:7 
npm ERR!  at Object.oncomplete (fs.js:107:15) 
npm ERR! If you need help, you may report this log at: 
npm ERR!  <http://github.com/isaacs/npm/issues> 
npm ERR! or email it to: 
npm ERR!  <[email protected]> 

npm ERR! System Linux 4.4.0-31-generic 
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" 
npm ERR! cwd /videochat/jitsi-meet 
npm ERR! node -v v0.10.25 
npm ERR! npm -v 1.3.10 
npm ERR! type called_on_non_object 

,它卡住了,有没有安装jitsi强相遇,并使其工作方式任何其它的?

Regards,

回答

1

您使用的Node和npm版本太旧了。为了构建Jitsi Meet,您至少需要Node 6和npm 3:https://github.com/jitsi/jitsi-meet#building-the-sources

+0

感谢它的确行得通,但是我在遵循本网站的步骤之后现在解决了一个新问题: http://cheenwe.cn/2016 -04-29/Ubuntu-Install-JitsiMeet /#install-prosody, 我有一个jicofo的问题: Jicofo 2017-07-23 09:01:48.655 SEVERE:[30] org.jitsi.meet.ComponentMain.call ().278 java.net.ConnectException:连接被拒绝(连接被拒绝),主机:10.64.5.89,端口:5347 –