8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, using node21.3 and the latest 7 of your lib I am seeing this error when using it. Not a *.lock isue.
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /usr/local/saga/node_modules/socket.io-amqp0/package.json
const socket_io = require('socket.io')(); const { createAdapter } = require('socket.io-amqp0'); const RabbitMQ = require('../queue/rabbitmq'); const os = require('os'); module.exports = socket_io.adapter(createAdapter({ instanceName: `${os.hostname()}-${process.pid}`, amqpConnection: RabbitMQ.getConnection }));
Anything I need to do make it work? I reverted to an older version and works fine.
The text was updated successfully, but these errors were encountered:
same
Sorry, something went wrong.
is this only compatible with es6 only ?
I can never figure out node's package management, so I pasted the adapter source code into my project and it works just fine.
No branches or pull requests
Hi,
using node21.3 and the latest 7 of your lib I am seeing this error when using it. Not a *.lock isue.
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /usr/local/saga/node_modules/socket.io-amqp0/package.json
Anything I need to do make it work? I reverted to an older version and works fine.
The text was updated successfully, but these errors were encountered: