node-shp
node-shp copied to clipboard
electron-packager : module not found issue
Hi all, i'm using this lib in an angular 7 project. everything is ok except when building production with electron-pacakger in certain conditions. it throws error "Uncaught Exception: Error: Cannot find module 'shp'"
The nodule is installed and appear on package.json and also in node_modules directory.
when i omit flag --ignore=node_modules, everything works but oncei put it shp is not found.
are there solutions to solve this problem.
Did you ever get this sorted?