geojson-preview
geojson-preview copied to clipboard
Dependencies outdated
I tried building on MacOS X 10.12, but failed (compilation issues) during the phase for:
> [email protected] install /Users/ajmas/Development/third-party/geojson-preview/node_modules/runas
> node-gyp rebuild
Running npm outdated
indicates:
Package Current Wanted Latest Location
pathwatcher MISSING 2.6.1 6.7.1 geojson-preview
geojsonhint 0.2.2 0.2.2 2.0.0 geojson-preview
mapbox.js 1.6.7 1.6.7 3.0.1 geojson-preview
Trying to update the package and then linking via the apm link
command and then running via relaunched Atom(1.12.6), per Atom's package file, but that still doesn't seem to provide me the functionality.
Further investigation, by looking in logs indicates:
Failed to require the main module of 'geojson-preview' because it requires one or more incompatible native modules (pathwatcher, runas).
Run `apm rebuild` in the package directory and restart Atom to resolve.
I tried downgrading 'pathwatcher' to the version indicated as coming with Atom 1.12.6, which is pathwatcher ~6.5 but that doesn't seem to be sufficient.