私は今strophe.js
node.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