mapbox / csv2geojson

magically convert csv files to geojson files
http://mapbox.github.io/csv2geojson/
MIT License
362 stars 82 forks source link

npm install broken? #49

Closed yohanboniface closed 7 years ago

yohanboniface commented 7 years ago

Tried just now both on my laptop and on a server:

ybon@ks3267459:~/tmp$ npm install csv2geojson
npm ERR! Linux 3.8.13-xxxx-grs-ipv6-64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "csv2geojson"
npm ERR! node v0.10.44
npm ERR! npm  v2.15.0
npm ERR! path /home/ybon/node_modules/csv2geojson/csv2geojson
npm ERR! code ENOENT
npm ERR! errno 34

npm ERR! enoent ENOENT, chmod '/home/ybon/node_modules/csv2geojson/csv2geojson'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! Please include the following file with any support request:
npm ERR!     /home/ybon/tmp/npm-debug.log

Missing something on the published package?

npm install csv2geojson@5.0.0 works OK.