sharedstreets / sharedstreets-js

SharedStreets (Node.js & Javascript)
https://sharedstreets.io
MIT License
78 stars 25 forks source link

Problem Installing Sharedstreets #98

Open cartograham opened 2 years ago

cartograham commented 2 years ago

Attempting to setup Sharedstreets on a brand new Mac and I'm getting an error when attempting to run the installation command: npm install -g sharedstreets

I initially had another error related to permissions but after some searching, the recommendation was to install nvm... which worked, but got me to a different error:

image Any advice?

crburke3 commented 1 year ago

having the same problem, anyone found an answer yet?

hbruch commented 1 year ago

A while ago, I worked around this by fixing the osrm version to the older 5.22.0 version. See PR https://github.com/sharedstreets/sharedstreets-js/pull/89 for details.

Edit: seems that 5.22.0 is not available any longer neither. The published OSRM releases seem not to include an arm64 version, so you might need to build it on your own or give docker try.