There is nothing in my browser after I create a new project

As title,I should see a button in my browser and show how many times i pressed, but nothing,only title is right.Please help

Are you following all these steps:

meteor create my-new-project
cd my-new-project
meteor npm i
meteor

yes,meteor is running and I can change title and it will be “hot code push”,but all of body dont show.

Is there anything in your browsers JavaScript console?

Here is my console log, I tried to install utils and runtime and babel-runtime, but not work.