2017-07-21 254 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 –