mapbox / windows-builds

DEPRECATED! build scripts for mapnik dependencies, mapnik, node-mapnik, node, libosmiom, osmium-tool
38 stars 22 forks source link

build_node_mapnik PUBLISH 0.11.14 still builds node 0.10 #17

Closed springmeyer closed 8 years ago

springmeyer commented 9 years ago

Pretty sure this worked at some point but I must have broken it. Seeing that even when I request to build and publish 0.11 or 0.11.14 node v0.10 is used instead.

springmeyer commented 9 years ago

the --dist-url is one problem (since it is hardcoded right now to 0.10.33) but I don't think that is the cause here...

springmeyer commented 9 years ago

spent some time on this today and came up short - cannot figure out why this is happening but it appears to be a bug in nodist.

wilhelmberg commented 9 years ago

You know about this ¿ https://github.com/BergWerkGIS/mapnik-dependencies/blob/windows/scripts/build_node_mapnik.bat#L9

springmeyer commented 9 years ago

yes, been passing build_node_mapnik PUBLISH 0.11.14

wilhelmberg commented 9 years ago

Maybe a global node install interferes? Look at npmrc or delete it. You were right. I also noticed that the nodist node seems to change it.