I’m a bit of a node-newb, sorry if this is a simple mistake. I would be grateful for assistance. After attempting to include an xmpp package, it seemed like the interface recognized and even adjusted the version string in the package.json file. Nonetheless, one the require call is made, fail and this in the logs:
Error: Cannot find module '@xmpp/client’
2:34 PM
at Function.Module._resolveFilename (module.js:527:15)
2:34 PM
at Function.Module._load (module.js:476:23)
2:34 PM
at Module.require (module.js:568:17)
2:34 PM
at require (internal/module.js:11:18)
2:34 PM
Jump to
at /app/server.js:25:18
2:34 PM
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
2:34 PM
at next (/app/node_modules/express/lib/router/route.js:137:13)
2:34 PM
at Route.dispatch (/app/node_modules/express/lib/router/route.js:112:3)
2:34 PM
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
2:34 PM
at /app/node_modules/express/lib/router/index.js:281:22
2:34 PM