Skip to content

Commit

Permalink
Merge 9f98909 into 37b7a71
Browse files Browse the repository at this point in the history
  • Loading branch information
WindSekirun authored Mar 30, 2021
2 parents 37b7a71 + 9f98909 commit f35a74a
Show file tree
Hide file tree
Showing 4 changed files with 1,532 additions and 1,679 deletions.
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,4 @@ These files must indicate in importer/target **before** running script.
1. copy required files into importer/target
2. `cd importer`
3. `python importer.py`
4. follow instruction of importer script

## Troubleshooting for build

### chmod geo2topo ENOENT: no such file or directory.

```sh
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /usr/local/lib/node_modules/@turf/turf/node_modules/topojson/node_modules/topojson-server/bin/geo2topo
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/@turf/turf/node_modules/topojson/node_modules/topojson-server/bin/geo2topo'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
```

This error can be fixed by these commands.

```sh
npm install -g node-pre-gyp
npm install --no-bin-links
```
4. follow instruction of importer script
Loading

0 comments on commit f35a74a

Please sign in to comment.