我试图将lib-jitsi-meet集成到一个有角度(version 7)的应用程序中,并且在使用已建立的JitsiConnection调用initJitsiConference时,正在收到xmpp.js级别的编译错误。源是直接从获取的,没有进行任何修改,并且可以找到。
AppComponent_Host.ngfactory.js? [sm]:1 ERROR TypeError: Cannot read property 'substr' of null
at t.value (xmpp.js:409)
at X._init (JitsiConference.js:240)
a
你好,我是nodejs word的新手,我使用的是windows版本。我想按照安装说明安装我的node-xmpp-bosh服务器
Go to the directory where you want to install
node-xmpp-bosh (for a local install and move to
setp-9) or follow step-8
$ cd ~/
$ npm install node-xmpp-bosh
$ node node_modules/node-xmpp-bosh/run-server.js
8. Install globally and r
语法错误-带有Node的意外标识符XMPP
我是Node和XMPP的新手,当我用ltx阅读聊天节时会出错,错误是:。
const logEntry = 'Received message from ' ${from} ' with ^ SyntaxError: Unexpected identifier
at createScript (vm.js:56:10) at Object.runInThisContext (vm.js:97:10) at Module._compile (module.js:542:28) at Object.Module._extensi
新的前端开发,我正试图建立一个基于主干的网络应用程序与早午餐。一切都很顺利,直到我尝试使用一个名为的节点模块。这个模块有一个浏览器版本:node-xmpp-browser.js,它在我的Google中运行得很好。
1-我试图将这个节点-XMPP-Browser.js添加到供应商dir中,以便将其绑定到app.js中,但是在我的js控制台加载index.html页面时发生了以下错误:
Uncaught TypeError: require.register is not a function Uncaught
TypeError: require.register is not a functi