localmarket icon indicating copy to clipboard operation
localmarket copied to clipboard

Black screen after git clone and babel/runtime install.

Open jmerinoh opened this issue 7 years ago • 2 comments

  1. I cloned from GitHub, sent errors.
  2. Executed: "meteor npm install --save @babel/runtime", everything seemed OK. I went to http://localhost:3000, an iPhone-like screen appears, with a black screen on it.
  3. Ran "meteor update" and "meteor update --all-packages" and no success.

I'm learning meteor, so I downloaded this because the reference on the tutorials, I was expecting just to see a working app. Any work around, or fix?

screen shot 2018-03-01 at 9 23 35 pm

jmerinoh avatar Mar 02 '18 04:03 jmerinoh

Please try the below steps - Go inside your project directory: e.g. for me: $cd /home/anirban/project/localmarket and then run $meteor npm install

After that run 'meteor'... you should see your app running in web browser (although in a mobile screen format)

anirban-som avatar Jan 13 '19 14:01 anirban-som

@jmerinoh Is it possible that you need the extra instruction from https://github.com/meteor/localmarket/pull/12/files?

abernix avatar Mar 03 '19 16:03 abernix