Newly Created App Crash

Fixed!, don’t mind :stuck_out_tongue:

If it help, at the end it shows:
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.

Welcome to the Meteor forums :wave:

So I just created an app in Windows 10, following a tutorial

Could you please specify which tutorial you actually followed and at which step you receive this error? This makes it easier for others to follow-up on the error.

This one!
https://www.meteor.com/tutorials/blaze/creating-an-app

Did
meteor create simple-todos
then
cd simple-todos
and when I ran
meteor
I received that crash error.

Did you run meteor npm install before? It is usually required before running your Meteor app using the meteor command for the first time.