Damion Armentrout
Damion Armentrout
I'm getting a similar error as @xiaofengilove. ``` Creating extract at /data/placeholder/wof.extract converting /data/openstreetmap/centralohio.osm.pbf to /data/polylines/extract.0sv /code/pelias/placeholder/node_modules/pelias-blacklist-stream/parser.js:11 throw new Error( 'file not found' ); ^ Error: file not found at...
@xiaofengilove Placing an empty file in the blacklist folder named osm.txt resolved the parser errors for me.
I just upgraded npm from 8.5.0 to 8.12.1 and I'm getting the same errors. Removing package-lock.json, deleting node_modules, and rerunning `npm install` do not help. ``` $ npm ci npm...
Running `npm install` twice makes the `npm ci` error go away. https://github.com/npm/cli/issues/4859#issuecomment-1120018666