0

私は今strophe.jsnode.jsに近づいています。

node.jsにプラグインを正しくインポートするには?

import '../../../lib/strophejs/strophe.disco.js';

let [conn, setConn] = React.useState(new Strophe.Connection("...");
conn.connect("","");
conn.disco.info("");

I get the error: " Cannot read property 'info' of undefined"
  • ノード: v14.17.0
  • OS: Ubuntu 20.04
4

0 に答える 0