-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify node engine version #48
Comments
I have node v8 installed locally on my Mac, so I thought I'd try to get a Docker going. I tried building from
If I look inside...
This seems to be a path issue. I think I'm following the docker-node Best Practices. Any ideas how to make these play nicely together? |
There is a path issue (see sharedstreets/sharedstreets-js#48)
Oddly, the $ docker run -it --rm shst:latest shst help
SharedStreets, a 'digital commons' for the street
VERSION
sharedstreets/0.12.0 linux-x64 node-v11.15.0
USAGE
$ shst [COMMAND]
COMMANDS
extract extracts SharedStreets streets using polygon boundary and returns GeoJSON
output of all intersecting features
help display help for shst
match matches point and line features to sharedstreets refs Still looking... |
I think the Docker is working now once I point the volume to a directory that matches with the default user
Is there interest in having this Docker in the repo and instructions in the Readme? I can create a pull request if so. |
@josiekre creating a docker install is a great idea. We'll work on that for the next release. We're also looking into support for Node v8. That said, we pushed a fix today for the |
sharedstreets-js only runs on node.js v11, which is the current version. This needs to be specified with the engine parameter in package.json to avoid unexpected behavior for users of the library and CLI.
The text was updated successfully, but these errors were encountered: