You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: