Hoon Oh

Results 3 comments of Hoon Oh

This is an old thread but if anyone is interested, you can open files with encoding settings as so: ``` gdal.config.set('SHAPE_ENCODING', 'euc-kr'); ```

I had a same problem today and managed to get it working by patching `yarn.lock`. The problem comes from `chalk` v5 being pure ESM package and `npm` is trying to...

I have no idea why but by looking at my commit logs this happened when I had yarn version updated via `yarn set version stable`.