rocketmq-client-nodejs
rocketmq-client-nodejs copied to clipboard
This relative module was not found: * ../build/Release
What Happens?
A clear and concise description of what the bug is.
Minimum Showcase (Required)
Provide a minimum code or GitHub repository which can reproduce the issue.
How to Reproduce
Steps to reproduce the behavior:
1.cnpm install 2.This relative module was not found:
- ../build/Release in E:/Project/maike/node_modules/[email protected]@apache-rocketmq/lib/common.js
Expected behavior
Context
- Node Version:
- SDK Version:
- Platform:
try {
mod = require(`../build/Debug/${name}`);
} catch(e) {
mod = require(`../build/Release/${name}`);
}
There are no folders: build