-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
qcif/data-curator
#563Labels
Description
- Version: 5.26.0
- Target: mac
One of my node modules is linked via npm link
and I get an error during build:
> build --dir
Skip app dependencies rebuild because dev and app dependencies are not separated
Packaging for platform darwin x64 using electron 1.3.3 to dist/mac
Error: /Users/anri/myapp/node_modules/myapp-lib: file links out of the package
at Filesystem.insertLink (/Users/anri/myapp/node_modules/asar-electron-builder/lib/filesystem.js:82:15)
at /Users/anri/myapp/node_modules/electron-builder/src/asarUtil.ts:316:28
at next (native)...
Without linking it works fine.