Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Matts-MacBook-Air-2:API mattboyd$ npm start
  2.  
  3. > liveby-api@0.0.1 start /Users/mattboyd/Desktop/Work/LiveBy/App/API
  4. > node server.js
  5.  
  6. /Users/mattboyd/Desktop/Work/LiveBy/App/API/lib/osrm/index.js:10
  7. osrm[style] = new OSRM({
  8. ^
  9.  
  10. TypeError: .hsgr not found
  11. at TypeError (native)
  12. at Object.<anonymous> (/Users/mattboyd/Desktop/Work/LiveBy/App/API/lib/osrm/index.js:10:17)
  13. at Module._compile (module.js:410:26)
  14. at Object.Module._extensions..js (module.js:417:10)
  15. at Module.load (module.js:344:32)
  16. at Function.Module._load (module.js:301:12)
  17. at Module.require (module.js:354:17)
  18. at require (internal/module.js:12:17)
  19. at Object.<anonymous> (/Users/mattboyd/Desktop/Work/LiveBy/App/API/routes/v1/_/match-score.js:4:14)
  20. at Module._compile (module.js:410:26)
  21. at Object.Module._extensions..js (module.js:417:10)
  22. at Module.load (module.js:344:32)
  23. at Function.Module._load (module.js:301:12)
  24. at Module.require (module.js:354:17)
  25. at require (internal/module.js:12:17)
  26. at /Users/mattboyd/Desktop/Work/LiveBy/App/API/lib/child-routes.js:38:22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement