Hi,
I’m trying to install pelias locally with data for London. I’m following the instructions for a local docker install here:
https:// github com pelias docker
I can follow the instructions to get the portland-metro running just fine.
However, when I run the command “pelias import all” I get the following error. Can anyone help me with whats going wrong please?:
/code/pelias/whosonfirst/node_modules/pelias-blacklist-stream/parser.js:11
throw new Error( 'file not found' );
^
Error: file not found
at load (/code/pelias/whosonfirst/node_modules/pelias-blacklist-stream/parser.js:11:11)
at /code/pelias/whosonfirst/node_modules/pelias-blacklist-stream/loader.js:26:48
at Array.map (<anonymous>)
at loader (/code/pelias/whosonfirst/node_modules/pelias-blacklist-stream/loader.js:26:31)
at blacklistStream (/code/pelias/whosonfirst/node_modules/pelias-blacklist-stream/index.js:22:15)
at fullImport (/code/pelias/whosonfirst/src/importStream.js:16:11)
at /code/pelias/whosonfirst/import.js:37:3
at getDBList (/code/pelias/whosonfirst/src/bundleList.js:56:3)
at Object.getList [as generateBundleList] (/code/pelias/whosonfirst/src/bundleList.js:61:12)
at Object.<anonymous> (/code/pelias/whosonfirst/import.js:16:9)
I’m trying to create my own custom project for London as there isn’t one provided. To this end, I’ve created my own pelias.json file (to follow in a follow up post)
Any and all help would be greatly appreciated, thanks.
Thanks. I hadn’t noticed it had an issues section! Thanks for the heads up. I may however, have fixed it (not 100% sure yet as the build is still running), but my pelias.json file had a rogue section in it pointing to blacklist file i didnt have