localmarket
localmarket copied to clipboard
Black screen after git clone and babel/runtime install.
- I cloned from GitHub, sent errors.
- 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.
- 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?
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)
@jmerinoh Is it possible that you need the extra instruction from https://github.com/meteor/localmarket/pull/12/files?