We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A clear and concise description of what the bug is.
Provide a minimum code or GitHub repository which can reproduce the issue.
Steps to reproduce the behavior:
1.cnpm install 2.This relative module was not found:
Expected behavior
The text was updated successfully, but these errors were encountered:
try { mod = require(`../build/Debug/${name}`); } catch(e) { mod = require(`../build/Release/${name}`); } There are no folders: build
Sorry, something went wrong.
No branches or pull requests
What Happens?
A clear and concise description of what the bug is.
Minimum Showcase (Required)
How to Reproduce
Steps to reproduce the behavior:
1.cnpm install
2.This relative module was not found:
Expected behavior
Context
The text was updated successfully, but these errors were encountered: