mapbox / mapbox-studio-classic

https://www.mapbox.com/mapbox-studio/
BSD 3-Clause "New" or "Revised" License
1.14k stars 229 forks source link

Windows: clean install from source cannot find styles #1513

Closed wilhelmberg closed 8 years ago

wilhelmberg commented 8 years ago

After a fresh clone and a successful npm install I'm greeted with this on localhost:3000:

image

Tested with node 0.10.40 and 0.12.7, both with npm@3.2.1. I'll try downgrading npm next.

Hierarchy in node_modules looks different than on Linux.

Linux:

image

Windows, seems to put more modules directly into node_modules:

image

wilhelmberg commented 8 years ago

Upgrading to latest npm@3.5.3 didn't solve it.

Downgrading to npm@1.4.28 that comes with the node@0.10.40 installer did.