-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels