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

Unable to create an executable file with external dependencies #278

Open
MrTob opened this issue Feb 5, 2024 · 1 comment
Open

Unable to create an executable file with external dependencies #278

MrTob opened this issue Feb 5, 2024 · 1 comment

Comments

@MrTob
Copy link

MrTob commented Feb 5, 2024

Hi,

i want to build an executable out of my Project.

my structure looks like this

<workspace name>/
├── apps/
│   ├── electron-app/
│   └── angular-app/
├── libs/
├── tools/
├──native-lib/
│   ├── code.cpp
│   └── native-lib.node
├── nx.json
├── package.json
├── tsconfig.json
└── tslint.json

when i run the project as an dev it works flawless then i want to build a prod App.
the make command is executed successfully, but when I try to start the application, I get the error message that the .node Library is is not found

@nedex
Copy link

nedex commented Mar 12, 2024

Is the library included in the dependencies part of package.json? Not devDependencies

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

2 participants