Hello,
We are encountering an exception while trying to build the Angular application
Error:
Could not resolve "geostyler-style/dist/typeguards"
node_modules/geostyler-openlayers-parser/dist/OlStyleParser.js:2:137:
2 │ ...sMarkSymbolizer, isSprite } from 'geostyler-style/dist/typeguards';
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "geostyler-style/dist/typeguards" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
looks like geostyler-style typeguard path is not correct.
Hello,
We are encountering an exception while trying to build the Angular application
Error:
Could not resolve "geostyler-style/dist/typeguards"
You can mark the path "geostyler-style/dist/typeguards" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
looks like geostyler-style typeguard path is not correct.