Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Application doesn't start #1560

Open
kwngo opened this issue May 4, 2016 · 7 comments
Open

Application doesn't start #1560

kwngo opened this issue May 4, 2016 · 7 comments

Comments

@kwngo
Copy link

kwngo commented May 4, 2016

Using OSX El Capitan 10.11.4, Mapbox Studio Classic shows a loading spinner then immediately gets stuck on a blank screen. Any ideas?

@briandaviddavidson
Copy link

Bump.

Having the same problem on the same OS. I tried to build from source, but that doesn't work either.

@restjohn
Copy link

restjohn commented Jun 9, 2016

My coworker and I have the same problem. I'd like to modify some styles for use in our Atlas Server, but this issue makes that pretty difficult. Opening the View -> Toggle Developer Tools to the Network tab, then View -> Reload shows a request to http://localhost:3000/ that never completes.

@rmrice
Copy link

rmrice commented Jun 24, 2016

I believe the issue is that it's not hitting the right Atlas Server IP. I was previously connected with Atlas Server which we disabled, and now want to connect with my personal Mapbox account. Is there a way to disconnect Atlas Server from Mapbox Studio if the program is not starting?

@logindmartin
Copy link

Tried to run on my Windows 8 Desktop, here is the output

K:\ElectSrc\mapbox-studio-classic-mb-pages>npm start

[email protected] start K:\ElectSrc\mapbox-studio-classic-mb-pages
./index.js

'.' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs
node_modules\npm\bin\npm-cli.js" "start"
npm ERR! node v4.4.7
npm ERR! npm v2.15.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: ./index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script './index.js'.
npm ERR! This is most likely a problem with the mapbox-studio package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./index.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs mapbox-studio
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls mapbox-studio
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! K:\ElectSrc\mapbox-studio-classic-mb-pages\npm-debug.log

K:\ElectSrc\mapbox-studio-classic-mb-pages>npm bugs mapbox-studio

K:\ElectSrc\mapbox-studio-classic-mb-pages>

@wilhelmberg
Copy link
Contributor

@logindmartin the easiest way to get started on Windows is to download the installer package:
https://www.mapbox.com/mapbox-studio-classic/

@restjohn
Copy link

restjohn commented Feb 2, 2017

This was solved when the hanging request I described above finally timed out and a new connect page appeared. So, in conclusion, just wait longer!

@rmrice
Copy link

rmrice commented Feb 2, 2017

I resolved mine (built from source) on Ubuntu and OSX by doing the following:

First, installed nvm and switched to node version 0.10.
From your home directory, rm -rf .mapbox-studio (clears cache and other junk)
Then, from your mapbox-studio-classic directory, rm -rf node_modules
sudo npm install
npm start

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants