cfpb / grasshopper-loader

Data loader for Grasshopper
https://github.com/cfpb/grasshopper
Creative Commons Zero v1.0 Universal
7 stars 9 forks source link

Upgrade to ogr-json-stream 0.3.0 #188

Closed wpears closed 8 years ago

wpears commented 8 years ago

ogr2ogr will allow keys to be NaN, which isn't valid JSON. ogr-json-stream 0.3.0 replaces NaN keys with null

kgudel commented 8 years ago

When I try to run it with this change I end up with this error:

module.js:340 throw err; ^ Error: Cannot find module 'readable-stream/writable' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object.<anonymous> (/Users/gudelk/grasshopper-loader/lib/esLoader.js:4:16) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17)

Never mind, fixed through a re-install.

kgudel commented 8 years ago

All working on my end!