You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to run a npm package within a cell after it's been installed like you would from the command line? I have installed shp2json with npm.install('shp2json') and would like to then run it with !shp2json /path/to/shapefile > output.json but receive an error saying /bin/sh: 1: shp2json: not found
The text was updated successfully, but these errors were encountered:
I am not sure if this would change anything or help but couldn't you instead run !npm install shp2json -g
and then access it like you would normally so
Is it possible to run a npm package within a cell after it's been installed like you would from the command line? I have installed shp2json with
npm.install('shp2json')
and would like to then run it with!shp2json /path/to/shapefile > output.json
but receive an error saying/bin/sh: 1: shp2json: not found
The text was updated successfully, but these errors were encountered: