Skip to content

Unable to create an executable file with external dependencies #278

@MrTob

Description

@MrTob

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions