Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when combining two geo .json files #20

Open
britboyjohnson opened this issue May 18, 2017 · 1 comment
Open

Error when combining two geo .json files #20

britboyjohnson opened this issue May 18, 2017 · 1 comment

Comments

@britboyjohnson
Copy link

paul.zip

I'm trying to merge the above two files and get the following error
C:\Node\node_modules>node .bin/geojson-merge GB.json de.json > c:\node\node_modules\out.json
C:\Node\node_modules.bin\geojson-merge:2
basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
at createScript (vm.js:53:10)
at Object.runInThisContext (vm.js:95:10)
at Module._compile (module.js:543:28)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:427:7)
at startup (bootstrap_node.js:151:9)

@andrewharvey
Copy link
Contributor

That doesn't appear to be coming from geojson-merge. Perhaps try updating your version of node? That line looks Linux specific, which might be a problem running on windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants