koop-retired / koop-server

PROJECT DEPRECATED - DO NOT USE
Apache License 2.0
5 stars 7 forks source link

Koop-on-Windows problems #16

Closed slibby closed 8 years ago

slibby commented 9 years ago

git clone koop cd koop npm install

currently does not work on Windows, or at least on my flavor of Windows (8.1 x64). This issue will track various efforts to figure out why and how to fix it :8ball:

fixes: bunyan from /koop: npm install bunyan

Issues encountered with node modules:

_tips and fixes so far_

springmeyer commented 9 years ago

https://github.com/mapnik/node-mapnik/issues/290#issuecomment-57762206

slibby commented 8 years ago

Windows is working in koop-sample app: https://github.com/koopjs/koop-sample-app

ungoldman commented 8 years ago

Sorry, closed all koop-server issues as this repo is deprecated. We moved the logic into the main koop module. Should work a lot better now. As @slibby says, please check out https://github.com/koopjs/koop-sample-app for an updated example.