Skip to content
New issue

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

This relative module was not found: * ../build/Release #22

Open
Denglee opened this issue Mar 4, 2021 · 1 comment
Open

This relative module was not found: * ../build/Release #22

Denglee opened this issue Mar 4, 2021 · 1 comment

Comments

@Denglee
Copy link

Denglee commented Mar 4, 2021

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:

Expected behavior

Context

  • Node Version:
  • SDK Version:
  • Platform:
@Denglee
Copy link
Author

Denglee commented Mar 4, 2021

try {
    mod = require(`../build/Debug/${name}`);
} catch(e) {
    mod = require(`../build/Release/${name}`);
}

There are no folders: build 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant